Skip to content

Commit

Permalink
Item11878: require perl 5.8.8 for 1.2.0
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@14860 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed May 19, 2012
1 parent 6eb887e commit 41317b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/lib/Foswiki.pm
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ use CGI (); # Always required to get html generation tags;
use Digest::MD5 (); # For passthru and validation
use Foswiki::Configure::Load ();

require 5.005; # For regex objects and internationalisation
use 5.006; # First version to accept v-numbers.
require v5.8.8; # see http://foswiki.org/Development/RequirePerl588

# Site configuration constants
our %cfg;
Expand Down

0 comments on commit 41317b4

Please sign in to comment.