diff options
author | Ricardo Signes <rjbs@cpan.org> | 2010-05-20 00:45:27 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2010-05-20 00:47:37 -0400 |
commit | 4793225fd667d0a11b47389ab86a2661558494da (patch) | |
tree | 8f7a09d4fa9aa4c1fb6f65d2f3a78ce2adfaaa12 /hints | |
parent | 305702323527d54bf0fb0300cdbd67d7ee5e97c3 (diff) | |
download | perl-4793225fd667d0a11b47389ab86a2661558494da.tar.gz |
Bump the perl version in various places for 5.13.1
Diffstat (limited to 'hints')
-rw-r--r-- | hints/catamount.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/catamount.sh b/hints/catamount.sh index 06b0dc079a..00a5fccd8a 100644 --- a/hints/catamount.sh +++ b/hints/catamount.sh @@ -31,11 +31,11 @@ # mkdir -p /opt/perl-catamount # mkdir -p /opt/perl-catamount/include # mkdir -p /opt/perl-catamount/lib -# mkdir -p /opt/perl-catamount/lib/perl5/5.13.0 +# mkdir -p /opt/perl-catamount/lib/perl5/5.13.1 # mkdir -p /opt/perl-catamount/bin # cp *.h /opt/perl-catamount/include # cp libperl.a /opt/perl-catamount/lib -# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.13.0 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.13.1 # cp miniperl perl run.sh cc.sh /opt/perl-catamount/lib # # With the headers and the libperl.a you can embed Perl to your Catamount |