diff options
author | Ricardo Signes <rjbs@cpan.org> | 2010-01-19 20:16:55 -0500 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2010-01-19 20:16:55 -0500 |
commit | 0a0b870a4079b7c92f7c54c7fe633d856bd10588 (patch) | |
tree | bac834eb29e3fcb554e5cb46db720b7a4b72b16e /ext/re/re.pm | |
parent | f73b28b4f23ac0516ae2b1d9918b02a3383c1b29 (diff) | |
download | perl-0a0b870a4079b7c92f7c54c7fe633d856bd10588.tar.gz |
bump versions for core libs changed since 5.11.3
Diffstat (limited to 'ext/re/re.pm')
-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 0818786116..fb0b8d264c 100644 --- a/ext/re/re.pm +++ b/ext/re/re.pm @@ -4,7 +4,7 @@ package re; use strict; use warnings; -our $VERSION = "0.10"; +our $VERSION = "0.11"; our @ISA = qw(Exporter); our @EXPORT_OK = ('regmust', qw(is_regexp regexp_pattern |