[Catalyst-commits] r6966 - trunk/Catalyst-Plugin-Session
nothingmuch at dev.catalyst.perl.org
nothingmuch at dev.catalyst.perl.org
Mon Oct 8 19:52:21 GMT 2007
Author: nothingmuch
Date: 2007-10-08 19:52:21 +0100 (Mon, 08 Oct 2007)
New Revision: 6966
Modified:
trunk/Catalyst-Plugin-Session/Makefile.PL
Log:
foo
Modified: trunk/Catalyst-Plugin-Session/Makefile.PL
===================================================================
--- trunk/Catalyst-Plugin-Session/Makefile.PL 2007-10-08 11:22:37 UTC (rev 6965)
+++ trunk/Catalyst-Plugin-Session/Makefile.PL 2007-10-08 18:52:21 UTC (rev 6966)
@@ -5,8 +5,6 @@
URI => 0.02,
);
-my @extra;
-
foreach my $module (keys %state) {
if ( eval "require Catalyst::Plugin::Session::State::$module" and
${"Catalyst::Plugin::Session::State::${module}::VERSION"} < $state{$module} ) {
@@ -25,8 +23,6 @@
**************************
**************************
WARN
-
- push @extra, "Catalyst::Plugin::Session::State::$module" => $state{$module};
}
}
@@ -45,7 +41,6 @@
'Test::MockObject' => '1.01',
'Test::More' => '0',
'Tie::RefHash' => '1.34',
- @extra,
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [],
More information about the Catalyst-commits
mailing list