From 939c4f34daaffd5c9159f30369d01f5854accb94 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 3 Oct 2013 16:12:59 -0400 Subject: packaging --- .travis.yml | 9 +++++---- dist.ini | 19 ++++++++----------- lib/Bread/Board/Declare.pm | 17 ++++++++--------- 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 -license = Perl_5 +author = Jesse Luehrs +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, or browse to -L. +Please report any bugs to GitHub Issues at +L. =head1 SEE ALSO @@ -213,21 +212,21 @@ You can also look for information at: =over 4 -=item * AnnoCPAN: Annotated CPAN documentation +=item * MetaCPAN -L +L -=item * CPAN Ratings +=item * Github -L +L =item * RT: CPAN's request tracker L -=item * Search CPAN +=item * CPAN Ratings -L +L =back -- cgit v1.2.3-54-g00ecf