[Catalyst-commits] r11712 - in Catalyst-View-TD/trunk: .
lib/Catalyst/Helper lib/Catalyst/Helper/View lib/Catalyst/View
theory at dev.catalyst.perl.org
theory at dev.catalyst.perl.org
Mon Nov 2 00:35:32 GMT 2009
Author: theory
Date: 2009-11-02 00:35:32 +0000 (Mon, 02 Nov 2009)
New Revision: 11712
Modified:
Catalyst-View-TD/trunk/Makefile.PL
Catalyst-View-TD/trunk/lib/Catalyst/Helper/TDClass.pm
Catalyst-View-TD/trunk/lib/Catalyst/Helper/View/TD.pm
Catalyst-View-TD/trunk/lib/Catalyst/View/TD.pm
Log:
Fix links and remove templates from POD output.
Modified: Catalyst-View-TD/trunk/Makefile.PL
===================================================================
--- Catalyst-View-TD/trunk/Makefile.PL 2009-11-01 21:45:44 UTC (rev 11711)
+++ Catalyst-View-TD/trunk/Makefile.PL 2009-11-02 00:35:32 UTC (rev 11712)
@@ -18,6 +18,6 @@
test_requires 'Test::More';
auto_install;
-resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-View-TD/';
+resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-View-TD/trunk';
WriteAll;
Modified: Catalyst-View-TD/trunk/lib/Catalyst/Helper/TDClass.pm
===================================================================
--- Catalyst-View-TD/trunk/lib/Catalyst/Helper/TDClass.pm 2009-11-01 21:45:44 UTC (rev 11711)
+++ Catalyst-View-TD/trunk/lib/Catalyst/Helper/TDClass.pm 2009-11-02 00:35:32 UTC (rev 11712)
@@ -63,6 +63,8 @@
This library is free software. You can redistribute it and/or modify it under
the same terms as perl itself.
+=begin comment
+
=cut
1;
@@ -123,3 +125,10 @@
=cut
1;
+
+__the_end__
+
+=end comment
+
+=cut
+
Modified: Catalyst-View-TD/trunk/lib/Catalyst/Helper/View/TD.pm
===================================================================
--- Catalyst-View-TD/trunk/lib/Catalyst/Helper/View/TD.pm 2009-11-01 21:45:44 UTC (rev 11711)
+++ Catalyst-View-TD/trunk/lib/Catalyst/Helper/View/TD.pm 2009-11-02 00:35:32 UTC (rev 11712)
@@ -51,8 +51,7 @@
=head1 SEE ALSO
-L<Catalyst::View::TD>, L<Catalyst::Manual>, L<Catalyst::Test>,
-L<Catalyst::Request>, L<Catalyst::Response>, L<Catalyst::Helper>
+L<Catalyst::View::TD>, L<Catalyst::Helper::TDClass>
=head1 Author
@@ -63,6 +62,8 @@
This library is free software. You can redistribute it and/or modify it under
the same terms as perl itself.
+=begin comment
+
=cut
1;
@@ -136,3 +137,9 @@
# my $tx = Test::XPath->new( xml => $output, is_html => 1);
# $tx->ok('/html', 'Should have root html element');
# $tx->is('/html/head/title', 'Hello, Theory', 'Title should be correct');
+
+__the_end__
+
+=end comment
+
+=cut
Modified: Catalyst-View-TD/trunk/lib/Catalyst/View/TD.pm
===================================================================
--- Catalyst-View-TD/trunk/lib/Catalyst/View/TD.pm 2009-11-01 21:45:44 UTC (rev 11711)
+++ Catalyst-View-TD/trunk/lib/Catalyst/View/TD.pm 2009-11-02 00:35:32 UTC (rev 11712)
@@ -624,7 +624,8 @@
=head1 SEE ALSO
L<Catalyst>, L<Catalyst::View::TT>, L<Catalyst::Helper::View::TD>,
-L<Catalyst::Helper::View::TDSite>, L<Template::Manual>
+L<Catalyst::Helper::TDClass>, L<Template::Manual>,
+L<http://justatheory.com/computers/programming/perl/catalyst/>
=head1 Author
More information about the Catalyst-commits
mailing list