[Catalyst-commits] r10817 -
trunk/misc/exception_test_case_simplest/lib
ferz at dev.catalyst.perl.org
ferz at dev.catalyst.perl.org
Tue Jul 7 16:39:10 GMT 2009
Author: ferz
Date: 2009-07-07 16:39:09 +0000 (Tue, 07 Jul 2009)
New Revision: 10817
Modified:
trunk/misc/exception_test_case_simplest/lib/TestAppClassException.pm
Log:
Just some less lines than before.
Modified: trunk/misc/exception_test_case_simplest/lib/TestAppClassException.pm
===================================================================
--- trunk/misc/exception_test_case_simplest/lib/TestAppClassException.pm 2009-07-07 16:37:25 UTC (rev 10816)
+++ trunk/misc/exception_test_case_simplest/lib/TestAppClassException.pm 2009-07-07 16:39:09 UTC (rev 10817)
@@ -212,7 +212,7 @@
use Catalyst qw/ -Debug StackTrace /;
-our $VERSION = '0.01_1';
+our $VERSION = '0.01';
# Start the application
__PACKAGE__->setup;
More information about the Catalyst-commits
mailing list