summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml9
-rw-r--r--dist.ini19
-rw-r--r--lib/Bread/Board/Declare.pm17
3 files changed, 21 insertions, 24 deletions
diff --git a/.travis.yml b/.travis.yml
index 61e98d0..655229f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,14 @@
language: perl
perl:
- - "5.17"
+ - "5.19"
+ - "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
install:
- - cpanm -q --notest Dist::Zilla
- - dzil authordeps --missing | cpanm -q --notest
- - dzil listdeps --author --missing | cpanm -q --notest
+ - cpanm -q --notest Dist::Zilla || (cat /home/travis/.cpanm/build.log; false)
+ - dzil authordeps --missing | cpanm -q --notest || (cat /home/travis/.cpanm/build.log; false)
+ - dzil listdeps --author --missing | cpanm -q --notest || (cat /home/travis/.cpanm/build.log; false)
script:
- dzil test --all
diff --git a/dist.ini b/dist.ini
index 91c2c7c..77c3858 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,18 +1,15 @@
name = Bread-Board-Declare
-author = Jesse Luehrs <doy at tozt dot net>
-license = Perl_5
+author = Jesse Luehrs <doy@tozt.net>
+license = MIT
copyright_holder = Jesse Luehrs
[@DOY]
-:version = 0.08
+:version = 0.14
dist = Bread-Board-Declare
repository = github
-[Prereqs]
-Bread::Board = 0.22
-Class::Load = 0.07
-List::MoreUtils = 0
-Moose = 2.0200
-
-[Prereqs / TestRequires]
-Test::Fatal = 0
+[AutoPrereqs]
+skip = ^(?:Foo|Bar|Baz|Quux)\b
+skip = ^Child1
+skip = ^Parent
+skip = ^Role[12]$
diff --git a/lib/Bread/Board/Declare.pm b/lib/Bread/Board/Declare.pm
index 6157be2..329afcb 100644
--- a/lib/Bread/Board/Declare.pm
+++ b/lib/Bread/Board/Declare.pm
@@ -195,9 +195,8 @@ sub dep {
No known bugs.
-Please report any bugs through RT: email
-C<bug-bread-board-declare at rt.cpan.org>, or browse to
-L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Bread-Board-Declare>.
+Please report any bugs to GitHub Issues at
+L<https://github.com/doy/bread-board-declare/issues>.
=head1 SEE ALSO
@@ -213,21 +212,21 @@ You can also look for information at:
=over 4
-=item * AnnoCPAN: Annotated CPAN documentation
+=item * MetaCPAN
-L<http://annocpan.org/dist/Bread-Board-Declare>
+L<https://metacpan.org/release/Bread-Board-Declare>
-=item * CPAN Ratings
+=item * Github
-L<http://cpanratings.perl.org/d/Bread-Board-Declare>
+L<https://github.com/doy/bread-board-declare>
=item * RT: CPAN's request tracker
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Bread-Board-Declare>
-=item * Search CPAN
+=item * CPAN Ratings
-L<http://search.cpan.org/dist/Bread-Board-Declare>
+L<http://cpanratings.perl.org/d/Bread-Board-Declare>
=back