diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 14:03:43 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 14:03:43 -0500 |
commit | 19097ff56232337f4983ecd761ea97708ac0f5a2 (patch) | |
tree | 9e068ec5abaaf6c802016f8059aaecc05d88421f /ext | |
parent | 716e6ded289479fa80b204c489a1c21945f646ff (diff) | |
download | perl-19097ff56232337f4983ecd761ea97708ac0f5a2.tar.gz |
Version bumps for re non-dual-life modules identified by
./perl -Ilib Porting/cmpVERSION.pl -xd . v5.13.8
Diffstat (limited to 'ext')
-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 3ce5beba07..100ef5b38d 100644 --- a/ext/re/re.pm +++ b/ext/re/re.pm @@ -4,7 +4,7 @@ package re; use strict; use warnings; -our $VERSION = "0.15"; +our $VERSION = "0.16"; our @ISA = qw(Exporter); our @EXPORT_OK = ('regmust', qw(is_regexp regexp_pattern |