diff options
author | Matt S Trout <mst@shadowcat.co.uk> | 2010-06-21 22:45:11 +0100 |
---|---|---|
committer | Matt S Trout <mst@shadowcat.co.uk> | 2010-06-21 22:45:11 +0100 |
commit | 20a372dd3af0f5514aa5ab9f401ecbfacf31773e (patch) | |
tree | 9b8deb19df5ef33a213d55490fa8cf6a1b7e0096 /README.haiku | |
parent | b3b1f4cbdf866b01b788f5c540305604818ca3ea (diff) | |
download | perl-20a372dd3af0f5514aa5ab9f401ecbfacf31773e.tar.gz |
Bump the perl version in various places for 5.13.2
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 f79a259fe8..6a4b7ecacc 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.13.1/BePC-haiku/CORE/libperl.so . + cd /boot/common/lib; ln -s perl5/5.13.2/BePC-haiku/CORE/libperl.so . -Replace C<5.13.1> with your respective version of Perl. +Replace C<5.13.2> with your respective version of Perl. =head1 KNOWN PROBLEMS |