summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-02-25 21:59:40 -0500
committerJesse Luehrs <doy@tozt.net>2014-02-25 21:59:40 -0500
commit28a1c5f4915c1dd0551c9cce78c2d43b19e65e0e (patch)
tree6752a57970ae410056ceb6f1968b452c4ca13f33
parentfa32acdfbbe028994198b0cac09b5d2267c39988 (diff)
downloadclass-refresh-28a1c5f4915c1dd0551c9cce78c2d43b19e65e0e.tar.gz
class-refresh-28a1c5f4915c1dd0551c9cce78c2d43b19e65e0e.zip
packaging
-rw-r--r--.travis.yml6
-rw-r--r--dist.ini6
-rw-r--r--lib/Class/Refresh.pm13
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 <doy at tozt dot net>
+author = Jesse Luehrs <doy@tozt.net>
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<bug-class-refresh at rt.cpan.org>, or browse to
-L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Class-Refresh>.
+Please report any bugs to GitHub Issues at
+L<https://github.com/doy/class-refresh/issues>.
=head1 SEE ALSO
@@ -414,14 +413,14 @@ You can also look for information at:
L<https://metacpan.org/release/Class-Refresh>
-=item * RT: CPAN's request tracker
-
-L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Class-Refresh>
-
=item * Github
L<https://github.com/doy/class-refresh>
+=item * RT: CPAN's request tracker
+
+L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Class-Refresh>
+
=item * CPAN Ratings
L<http://cpanratings.perl.org/d/Class-Refresh>