diff options
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; |