Commit 6bc11c20 authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 238693: replace depreciated v-strings with calls to the pack()…

Patch for bug 238693: replace depreciated v-strings with calls to the pack() function; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave.
parent d19be29a
......@@ -313,7 +313,7 @@ my $patchreader = have_vers("PatchReader",0);
print "\n" unless $silent;
if ($^O =~ /MSWin32/i) {
if ($^V lt v5.8.0) {
if ($^V lt pack('U*',5,8,0)) {
print "The required ActivePerl modules are available at OpenInteract's ppm repository.\n";
print "You can add the repository with the following command:\n";
print " ppm rep add oi http://openinteract.sourceforge.net/ppmpackages/\n\n";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment