From: Ferruccio Zamuner Date: Tue, 18 Aug 2009 11:19:40 +0000 (+0000) Subject: drop POD comments. X-Git-Tag: 5.80008~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=64628b1805489058fd8dc1de38f95929b8e3c4ae drop POD comments. --- diff --git a/t/lib/TestAppClassExceptionSimpleTest.pm b/t/lib/TestAppClassExceptionSimpleTest.pm index 0c452ce..aec9cbc 100644 --- a/t/lib/TestAppClassExceptionSimpleTest.pm +++ b/t/lib/TestAppClassExceptionSimpleTest.pm @@ -24,9 +24,6 @@ BEGIN { 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 @@ use Catalyst qw/ -Debug /; 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, L - -=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;