diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-08-09 17:48:49 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-08-09 17:48:49 +0000 |
commit | 069768bdb70fb3052599d3e70898a0ed0e1c31d2 (patch) | |
tree | 1492d59179e2c9b07cb6c6754f78a3ef6e608e68 /gnu/usr.bin/perl/epoc | |
parent | f2ebe24544ebe30f7ed499fda280dce09361f966 (diff) |
Import of stock perl 5.8.5
Diffstat (limited to 'gnu/usr.bin/perl/epoc')
-rw-r--r-- | gnu/usr.bin/perl/epoc/config.sh | 1 | ||||
-rw-r--r-- | gnu/usr.bin/perl/epoc/createpkg.pl | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/epoc/config.sh b/gnu/usr.bin/perl/epoc/config.sh index 2edacb2bc52..4435a49f8d8 100644 --- a/gnu/usr.bin/perl/epoc/config.sh +++ b/gnu/usr.bin/perl/epoc/config.sh @@ -1095,7 +1095,6 @@ mmaptype='' revision='5' sizesize='4' socksizetype='int' -xs_apiversion='5.005' d_getcwd='define' i_sysmode='undef' d_vendorarch='undef' diff --git a/gnu/usr.bin/perl/epoc/createpkg.pl b/gnu/usr.bin/perl/epoc/createpkg.pl index 79dc3a53b84..ce96115af62 100644 --- a/gnu/usr.bin/perl/epoc/createpkg.pl +++ b/gnu/usr.bin/perl/epoc/createpkg.pl @@ -3,7 +3,7 @@ use File::Find; use Cwd; -$VERSION="5.8.3"; +$VERSION="5.8.5"; $EPOC_VERSION=1; |