Static::Simple 0.15, fixed issue where dirs config option did not quote metachars
[catagits/Catalyst-Plugin-Static-Simple.git] / Build.PL
index ed4d079..36a0cde 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -23,7 +23,7 @@ if ( $cat->{have} le '5.33' ) {
 
 # If the user has the SubRequest plugin installed, tell them to upgrade
 my $subreq = $build->check_installed_status('Catalyst::Plugin::SubRequest');
-if ( $subreq->{have} le '0.08' ) {
+if ( $subreq->{have} lt '0.08' ) {
     print "** WARNING **\n"
         . "You appear to have a version of Catalyst::Plugin::SubRequest "
         . "older than 0.08.\n"