diff options
author | David Golden <xdg@xdg.me> | 2015-12-21 18:17:43 -0500 |
---|---|---|
committer | David Golden <xdg@xdg.me> | 2015-12-21 18:37:59 -0500 |
commit | 5d4cc4974c6e12ccacbb42c5a4936f5c722b9c94 (patch) | |
tree | b412cc3d0da09175373266be3166d4214d9dd56c /README.haiku | |
parent | 054383b68b08969d7ce97cc1030c0c06dd05d05a (diff) | |
download | perl-5d4cc4974c6e12ccacbb42c5a4936f5c722b9c94.tar.gz |
Bump the perl version in various places for 5.23.7
Diffstat (limited to 'README.haiku')
-rw-r--r-- | README.haiku | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.haiku b/README.haiku index 39662bedf2..b5e004625f 100644 --- a/README.haiku +++ b/README.haiku @@ -22,9 +22,9 @@ The build procedure is completely standard: Make perl executable and create a symlink for libperl: chmod a+x /boot/common/bin/perl - cd /boot/common/lib; ln -s perl5/5.23.6/BePC-haiku/CORE/libperl.so . + cd /boot/common/lib; ln -s perl5/5.23.7/BePC-haiku/CORE/libperl.so . -Replace C<5.23.6> with your respective version of Perl. +Replace C<5.23.7> with your respective version of Perl. =head1 KNOWN PROBLEMS |