diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-02-12 09:38:29 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-02-12 09:50:54 -0800 |
commit | ffedb8cac4cef8f45c3d8879ddb708dc35dddd80 (patch) | |
tree | df0dfdfc0a2086e7489524ce3d9e2177b74261db /ext/re | |
parent | 57e8c15deb9ba396f62bf4832f676e7a853bd15e (diff) | |
download | perl-ffedb8cac4cef8f45c3d8879ddb708dc35dddd80.tar.gz |
Bump re.pm’s version
Diffstat (limited to 'ext/re')
-rw-r--r-- | ext/re/re.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/re/re.pm b/ext/re/re.pm index cec5aa7aea..850b948d34 100644 --- a/ext/re/re.pm +++ b/ext/re/re.pm @@ -4,7 +4,7 @@ package re; use strict; use warnings; -our $VERSION = "0.16"; +our $VERSION = "0.17"; our @ISA = qw(Exporter); our @EXPORT_OK = ('regmust', qw(is_regexp regexp_pattern |