Add note about the git repositories

Fix POD encoding

Signed-off-by: Ask Bjørn Hansen <ask@develooper.com>
This commit is contained in:
Ask Bjørn Hansen
2008-11-11 04:05:39 -08:00
parent bf71ca8cec
commit 9dce1eb021
2 changed files with 18 additions and 7 deletions
+4
View File
@@ -21,6 +21,10 @@ perldoc command.
You can also look for information at:
Git repository
http://git.develooper.com/?p=MojoX-Renderer-TT.git;a=summary
git://git.develooper.com/MojoX-Renderer-TT.git
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=MojoX-Renderer-TT
+14 -7
View File
@@ -61,6 +61,13 @@ sub _render {
}
}
1; # End of MojoX::Renderer::TT
__END__
=encoding utf-8
=head1 NAME
MojoX::Renderer::TT - Template Toolkit renderer for Mojo
@@ -146,19 +153,21 @@ You can find documentation for this module with the perldoc command.
perldoc MojoX::Renderer::TT
You can also look for information at:
=over 4
=item * git repository
L<http://git.develooper.com/?p=MojoX-Renderer-TT.git;a=summary>,
L<git://git.develooper.com/MojoX-Renderer-TT.git>
L<http://github.com/abh/mojox-renderer-tt/>
=item * RT: CPAN's request tracker
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=MojoX-Renderer-TT>
=item * AnnoCPAN: Annotated CPAN documentation
L<http://annocpan.org/dist/MojoX-Renderer-TT>
=item * CPAN Ratings
L<http://cpanratings.perl.org/d/MojoX-Renderer-TT>
@@ -182,5 +191,3 @@ under the same terms as Perl itself.
=cut
1; # End of MojoX::Renderer::TT