From 28a1c5f4915c1dd0551c9cce78c2d43b19e65e0e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 25 Feb 2014 21:59:40 -0500 Subject: packaging --- .travis.yml | 6 +++--- dist.ini | 6 ++---- lib/Class/Refresh.pm | 13 ++++++------- 3 files changed, 11 insertions(+), 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index e9f133b..655229f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,8 @@ perl: - "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 ed3abf6..ecabe39 100644 --- a/dist.ini +++ b/dist.ini @@ -1,15 +1,13 @@ name = Class-Refresh -author = Jesse Luehrs +author = Jesse Luehrs license = Perl_5 copyright_holder = Jesse Luehrs [@DOY] -:version = 0.08 +:version = 0.14 dist = Class-Refresh repository = github -[ContributorsFromGit] - [AutoPrereqs] skip = ^(?:Foo|Bar|Baz)(?:$|::) skip = Moose(?:$|::Role) diff --git a/lib/Class/Refresh.pm b/lib/Class/Refresh.pm index c5a288d..379f8b8 100644 --- a/lib/Class/Refresh.pm +++ b/lib/Class/Refresh.pm @@ -392,9 +392,8 @@ Refreshing a class which is its own metaclass will likely break. =back -Please report any bugs through RT: email -C, or browse to -L. +Please report any bugs to GitHub Issues at +L. =head1 SEE ALSO @@ -414,14 +413,14 @@ You can also look for information at: L -=item * RT: CPAN's request tracker - -L - =item * Github L +=item * RT: CPAN's request tracker + +L + =item * CPAN Ratings L -- cgit v1.2.3-54-g00ecf