[Catalyst-commits] r11730 - in trunk/Catalyst-Plugin-RequireSSL: .
t/lib
norbi at dev.catalyst.perl.org
norbi at dev.catalyst.perl.org
Wed Nov 4 18:18:06 GMT 2009
Author: norbi
Date: 2009-11-04 18:18:05 +0000 (Wed, 04 Nov 2009)
New Revision: 11730
Modified:
trunk/Catalyst-Plugin-RequireSSL/
trunk/Catalyst-Plugin-RequireSSL/t/lib/TestApp.pm
Log:
r11763 at vger: mendel | 2009-11-04 19:16:57 +0100
Removed unused 'default' method from the app (triggered a deprecation warning).
Property changes on: trunk/Catalyst-Plugin-RequireSSL
___________________________________________________________________
Name: svk:merge
- cf8fe1c1-d5c0-41b4-84a9-31cb5e8e0cbe:/local/catalyst/Catalyst-Plugin-RequireSSL:11762
+ cf8fe1c1-d5c0-41b4-84a9-31cb5e8e0cbe:/local/catalyst/Catalyst-Plugin-RequireSSL:11763
Modified: trunk/Catalyst-Plugin-RequireSSL/t/lib/TestApp.pm
===================================================================
--- trunk/Catalyst-Plugin-RequireSSL/t/lib/TestApp.pm 2009-11-04 18:17:59 UTC (rev 11729)
+++ trunk/Catalyst-Plugin-RequireSSL/t/lib/TestApp.pm 2009-11-04 18:18:05 UTC (rev 11730)
@@ -12,9 +12,4 @@
TestApp->setup( qw/RequireSSL/ );
-sub default : Private {
- my ( $self, $c ) = @_;
-
-}
-
1;
More information about the Catalyst-commits
mailing list