summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-03-24 11:36:07 -0400
committerJesse Luehrs <doy@tozt.net>2014-03-24 11:36:07 -0400
commit131a23fa22456b017eb943e458d2e140a024743e (patch)
treeea4e15126269811386a59a434d6a7aec39c6382b /lib
parent413ec84337ed18dae385758cd2b6f835cbb9c39e (diff)
downloadox-view-tt-131a23fa22456b017eb943e458d2e140a024743e.tar.gz
ox-view-tt-131a23fa22456b017eb943e458d2e140a024743e.zip
packaging
Diffstat (limited to 'lib')
-rw-r--r--lib/OX/View/TT.pm18
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/OX/View/TT.pm b/lib/OX/View/TT.pm
index 2d1d153..3a7d4c1 100644
--- a/lib/OX/View/TT.pm
+++ b/lib/OX/View/TT.pm
@@ -1,4 +1,5 @@
package OX::View::TT;
+
use Moose;
# ABSTRACT: View wrapper class for TT renderers
@@ -146,9 +147,8 @@ no Moose;
No known bugs.
-Please report any bugs through RT: email
-C<bug-ox-view-tt at rt.cpan.org>, or browse to
-L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=OX-View-TT>.
+Please report any bugs to GitHub Issues at
+L<https://github.com/doy/ox-view-tt/issues>.
=head1 SEE ALSO
@@ -164,21 +164,21 @@ You can also look for information at:
=over 4
-=item * AnnoCPAN: Annotated CPAN documentation
+=item * MetaCPAN
-L<http://annocpan.org/dist/OX-View-TT>
+L<https://metacpan.org/release/OX-View-TT>
-=item * CPAN Ratings
+=item * Github
-L<http://cpanratings.perl.org/d/OX-View-TT>
+L<https://github.com/doy/ox-view-tt>
=item * RT: CPAN's request tracker
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=OX-View-TT>
-=item * Search CPAN
+=item * CPAN Ratings
-L<http://search.cpan.org/dist/OX-View-TT>
+L<http://cpanratings.perl.org/d/OX-View-TT>
=back