diff options
author | Ricardo Signes <rjbs@cpan.org> | 2014-05-26 21:52:10 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2014-05-26 21:52:30 -0400 |
commit | 46f5adf96c6ac39de7c93f55332a4e47fe976b53 (patch) | |
tree | 7a66d1f5d0775b79bb76f951c118c91d6d8582cf /README.haiku | |
parent | d7d4eceb184d8fc54797d661a6d5ff9a4a7048c3 (diff) | |
download | perl-46f5adf96c6ac39de7c93f55332a4e47fe976b53.tar.gz |
bump version to 5.21.0
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 62ac05d005..9146a46558 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.20.0/BePC-haiku/CORE/libperl.so . + cd /boot/common/lib; ln -s perl5/5.21.0/BePC-haiku/CORE/libperl.so . -Replace C<5.20.0> with your respective version of Perl. +Replace C<5.21.0> with your respective version of Perl. =head1 KNOWN PROBLEMS |