From: Yuval Kogman Date: Mon, 8 Oct 2007 18:52:21 +0000 (+0000) Subject: foo X-Git-Tag: v0.19~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=509f9b254a903cc3b55b38d9ac15fa287c26d922;hp=f6009cac0c0442c08a6315a01f6f1756df709fc6;p=catagits%2FCatalyst-Plugin-Session.git foo --- diff --git a/Makefile.PL b/Makefile.PL index 16f5ec4..0ec8aa5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,8 +5,6 @@ my %state = ( 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 @@ The updated versions have been added to the prerequisites. ************************** ************************** WARN - - push @extra, "Catalyst::Plugin::Session::State::$module" => $state{$module}; } } @@ -45,7 +41,6 @@ WriteMakefile 'Test::MockObject' => '1.01', 'Test::More' => '0', 'Tie::RefHash' => '1.34', - @extra, }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [],