diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-09-15 03:28:58 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-09-15 03:28:58 +0200 |
commit | 5355f9335cec7f7f33f94716b2236dbc99165cbc (patch) | |
tree | efe283224766aaf9e071d03fe355272fbc3b1a0f /lib/open.pm | |
parent | 07d14be56bb127812f368b6c8d751dab3c9b9f3a (diff) | |
download | perl-5355f9335cec7f7f33f94716b2236dbc99165cbc.tar.gz |
Bump $open::VERSION
Diffstat (limited to 'lib/open.pm')
-rw-r--r-- | lib/open.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/open.pm b/lib/open.pm index 74119ca2b8..1bfe0d6833 100644 --- a/lib/open.pm +++ b/lib/open.pm @@ -1,7 +1,7 @@ package open; use warnings; -our $VERSION = '1.07'; +our $VERSION = '1.08'; require 5.008001; # for PerlIO::get_layers() |