diff options
author | Ricardo Signes <rjbs@cpan.org> | 2013-04-20 21:08:14 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-04-20 21:08:14 -0400 |
commit | de3d8d88951e2d9f415d60a16d0dad02a140f92a (patch) | |
tree | 9b2be64a3462731ac085c84199af6207f1ac5118 /README.haiku | |
parent | d356f303fa1f4a5988e047423729785918526375 (diff) | |
download | perl-de3d8d88951e2d9f415d60a16d0dad02a140f92a.tar.gz |
Bump the perl version in various places for 5.17.12
...even though it should not get released
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 e3277196a8..0c03580109 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.17.11/BePC-haiku/CORE/libperl.so . + cd /boot/common/lib; ln -s perl5/5.17.12/BePC-haiku/CORE/libperl.so . -Replace C<5.17.11> with your respective version of Perl. +Replace C<5.17.12> with your respective version of Perl. =head1 KNOWN PROBLEMS |