From: Yuval Kogman Date: Tue, 3 Jul 2007 15:14:59 +0000 (+0000) Subject: foo X-Git-Tag: v0.16~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cfb50316ba364bb07e492ef3d6e0181e163cc200;hp=2c1e330dac2856e0e2bd2f91fe1670bf00a59970;p=catagits%2FCatalyst-Plugin-Session.git foo --- 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 <