[Catalyst-commits] r11154 - Catalyst-Runtime/5.80/trunk/t/lib

ferz at dev.catalyst.perl.org ferz at dev.catalyst.perl.org
Tue Aug 18 11:19:41 GMT 2009


Author: ferz
Date: 2009-08-18 11:19:40 +0000 (Tue, 18 Aug 2009)
New Revision: 11154

Modified:
   Catalyst-Runtime/5.80/trunk/t/lib/TestAppClassExceptionSimpleTest.pm
Log:
drop POD comments.


Modified: Catalyst-Runtime/5.80/trunk/t/lib/TestAppClassExceptionSimpleTest.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/t/lib/TestAppClassExceptionSimpleTest.pm	2009-08-18 06:55:14 UTC (rev 11153)
+++ Catalyst-Runtime/5.80/trunk/t/lib/TestAppClassExceptionSimpleTest.pm	2009-08-18 11:19:40 UTC (rev 11154)
@@ -24,9 +24,6 @@
 
 package TestAppClassExceptionSimpleTest::Exception;
 
-## thank to Brian
-## http://bricas.vox.com/library/post/catalyst-exceptionclass.html
-
 use strict;
 use warnings;
 no warnings 'redefine';
@@ -52,34 +49,6 @@
 
 our $VERSION = '0.02';
 
-# Start the application
 __PACKAGE__->setup;
 
-=head1 NAME
-
-TestAppClassExceptionSimpleTest - Catalyst based application
-
-=head1 SYNOPSIS
-
-    script/TestAppClassExceptionSipleTest_server.pl
-
-=head1 DESCRIPTION
-
-[enter your description here]
-
-=head1 SEE ALSO
-
-L<TestAppClassException::Controller::Root>, L<Catalyst>
-
-=head1 AUTHOR
-
-Ferruccio Zamuner
-
-=head1 LICENSE
-
-This library is free software, you can redistribute it and/or modify
-it under the same terms as Perl itself.
-
-=cut
-
 1;




More information about the Catalyst-commits mailing list