X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=e5fd3677b26417c69be37ed7eaf3bb117f800fab;hb=cfb50316ba364bb07e492ef3d6e0181e163cc200;hp=02ab8ca71290efa217fe6c5dc18d0001fe028a80;hpb=2c1e330dac2856e0e2bd2f91fe1670bf00a59970;p=catagits%2FCatalyst-Plugin-Session.git diff --git a/Makefile.PL b/Makefile.PL index 02ab8ca..e5fd367 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,8 +8,8 @@ my %state = ( my @extra; foreach my $module (keys %state) { - unless ( eval "require Catalyst::Plugin::Session::State::$module" and - eval { "Catalyst::Plugin::Session::State::$module"->VERSION($state{$module}) } ) { + if ( eval "require Catalyst::Plugin::Session::State::$module" and + not eval { "Catalyst::Plugin::Session::State::$module"->VERSION($state{$module}) } ) { warn <