foo
[catagits/Catalyst-Plugin-Session.git] / Makefile.PL
index 16f5ec4..ca58135 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};
     }
 }
 
@@ -35,7 +31,7 @@ WriteMakefile
           'NAME' => 'Catalyst::Plugin::Session',
           'VERSION_FROM' => 'lib/Catalyst/Plugin/Session.pm',
           'PREREQ_PM' => {
-                           'Catalyst' => '5.49',
+                           'Catalyst' => '5.7010',
                            'Digest' => '0',
                            'File::Spec' => '0',
                            'File::Temp' => '0',
@@ -45,7 +41,6 @@ WriteMakefile
                            'Test::MockObject' => '1.01',
                            'Test::More' => '0',
                            'Tie::RefHash' => '1.34',
-                           @extra,
                          },
           'INSTALLDIRS' => 'site',
           'EXE_FILES' => [],