foo
[catagits/Catalyst-Plugin-Session.git] / Makefile.PL
index 16f5ec4..0ec8aa5 100644 (file)
@@ -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' => [],