summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-10 18:27:39 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-10 18:30:42 -0400
commite52ba3116e175dcd3232243856a23a4819cf9406 (patch)
tree420da6676454a3a33212d61950eef01645f19e4b /lib
parent5679db8254a782b465243aa03b6fe290c7e039ff (diff)
downloadeval-closure-e52ba3116e175dcd3232243856a23a4819cf9406.tar.gz
eval-closure-e52ba3116e175dcd3232243856a23a4819cf9406.zip
packaging stuff
Diffstat (limited to 'lib')
-rw-r--r--lib/Eval/Closure.pm22
1 files changed, 9 insertions, 13 deletions
diff --git a/lib/Eval/Closure.pm b/lib/Eval/Closure.pm
index 3a5a2cf..47a5f84 100644
--- a/lib/Eval/Closure.pm
+++ b/lib/Eval/Closure.pm
@@ -270,9 +270,7 @@ sub _dump_source {
No known bugs.
-Please report any bugs through RT: email
-C<bug-eval-closure at rt.cpan.org>, or browse to
-L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Eval-Closure>.
+Please report any bugs to GitHub Issues at L<https://github.com/doy/eval-closure/issues>.
=head1 SEE ALSO
@@ -294,27 +292,25 @@ You can also look for information at:
=over 4
-=item * AnnoCPAN: Annotated CPAN documentation
+=item * MetaCPAN
-L<http://annocpan.org/dist/Eval-Closure>
+L<https://metacpan.org/release/Reply>
-=item * CPAN Ratings
+=item * Github
-L<http://cpanratings.perl.org/d/Eval-Closure>
+L<https://github.com/doy/reply>
=item * RT: CPAN's request tracker
-L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Eval-Closure>
+L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Reply>
-=item * Search CPAN
+=item * CPAN Ratings
-L<http://search.cpan.org/dist/Eval-Closure>
+L<http://cpanratings.perl.org/d/Reply>
=back
-=head1 AUTHOR
-
-Jesse Luehrs <doy at tozt dot net>
+=head1 NOTES
Based on code from L<Class::MOP::Method::Accessor>, by Stevan Little and the
Moose Cabal.