diff options
author | Tony Cook <tony@develop-help.com> | 2012-07-02 20:14:58 +1000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2012-07-02 20:14:58 +1000 |
commit | 9adbac0b7851ee22d08e15c6f210a01653b22696 (patch) | |
tree | 869ced2e2191240a29a899f78503b68689ce84c8 /dist | |
parent | 180423598522425cee5c55023c3bd133caa9b976 (diff) | |
download | perl-9adbac0b7851ee22d08e15c6f210a01653b22696.tar.gz |
bump IO.pm version
cmpVERSION doesn't pick this up - should it?
Diffstat (limited to 'dist')
-rw-r--r-- | dist/IO/IO.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/IO/IO.pm b/dist/IO/IO.pm index 011603fe90..4e06f47e53 100644 --- a/dist/IO/IO.pm +++ b/dist/IO/IO.pm @@ -7,7 +7,7 @@ use Carp; use strict; use warnings; -our $VERSION = "1.25_07"; +our $VERSION = "1.25_08"; XSLoader::load 'IO', $VERSION; sub import { |