diff options
author | Nicolas R <atoomic@cpan.org> | 2022-01-20 17:13:16 -0600 |
---|---|---|
committer | Nicolas R <atoomic@cpan.org> | 2022-01-20 17:15:38 -0600 |
commit | fb37e21c1900ec04a12acda6e8b0a62b437b8e71 (patch) | |
tree | 440a5b1b9d1f149b313ada2c4fd95c9a1773515f /hints | |
parent | 9d30331dbb70b9f8bc3ba91e33399e43fb42b6b2 (diff) | |
download | perl-fb37e21c1900ec04a12acda6e8b0a62b437b8e71.tar.gz |
Bump the perl version in various places for 5.35.9
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 1f88fe038f..d5dba4153d 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.35.8 +# mkdir -p /opt/perl-catamount/lib/perl5/5.35.9 # 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.35.8 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.35.9 # 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 |