Skip to content

Commit

Permalink
Item13315: $^V doesn't work for older perl
Browse files Browse the repository at this point in the history
User $] to report the perl version.
  • Loading branch information
gac410 committed Apr 7, 2015
1 parent c9025ef commit d01c2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Macros/PERLDEPENDENCYREPORT.pm
Expand Up @@ -69,7 +69,7 @@ sub _analyzeFoswiki {

my $content;

$content = " * *Perl version:* $^V\n";
$content = " * *Perl version:* $]\n";

# Check that each of the required Perl modules can be found
# and read, and print its version number. Keep this section last
Expand Down

0 comments on commit d01c2c9

Please sign in to comment.