Skip to content

Commit

Permalink
Item11878: v5.8.8 fails on OSX Snow Leopard
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@16024 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Nov 14, 2012
1 parent ba799ff commit 611f090
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions core/lib/Foswiki.pm
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ use CGI (); # Always required to get html generation tags;
use Digest::MD5 (); # For passthru and validation
use Foswiki::Configure::Load ();

use 5.006; # First version to accept v-numbers.
require v5.8.8; # see http://foswiki.org/Development/RequirePerl588
use 5.006; # First version to accept v-numbers.

#SMELL: Perl 5.10.0 on Mac OSX Snow Leopard warns "v-string in use/require non-portable"
require 5.008_008; # see http://foswiki.org/Development/RequirePerl588

# Site configuration constants
our %cfg;
Expand Down

0 comments on commit 611f090

Please sign in to comment.