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 /epoc/createpkg.pl | |
parent | 305702323527d54bf0fb0300cdbd67d7ee5e97c3 (diff) | |
download | perl-4793225fd667d0a11b47389ab86a2661558494da.tar.gz |
Bump the perl version in various places for 5.13.1
Diffstat (limited to 'epoc/createpkg.pl')
-rw-r--r-- | epoc/createpkg.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epoc/createpkg.pl b/epoc/createpkg.pl index 2c4658089d..bb35678b19 100644 --- a/epoc/createpkg.pl +++ b/epoc/createpkg.pl @@ -3,7 +3,7 @@ use File::Find; use Cwd; -$VERSION="5.13.0"; +$VERSION="5.13.1"; $EPOC_VERSION=1; |