Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 93fb39e

Browse files
committed
Update test/perl/README to insist on Perl version >= 5.8.3, too.
Oversight in previous commit, noted by Daniel Gustafsson. Discussion: https://postgr.es/m/87y278s6iq.fsf@wibble.ilmari.org
1 parent 92e6a98 commit 93fb39e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/perl/README

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ perldoc for the test modules, e.g.:
7373
Required Perl
7474
-------------
7575

76-
Tests must run on perl 5.8.0 and newer. perlbrew is a good way to obtain such
76+
Tests must run on perl 5.8.3 and newer. perlbrew is a good way to obtain such
7777
a Perl; see http://perlbrew.pl .
7878

7979
Just install and
8080

81-
perlbrew --force install 5.8.0
82-
perlbrew use 5.8.0
81+
perlbrew --force install 5.8.3
82+
perlbrew use 5.8.3
8383
perlbrew install-cpanm
8484
cpanm install IPC::Run
8585

0 commit comments

Comments
 (0)