diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-08-25 13:20:57 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-08-25 13:20:57 -0700 |
commit | dd4728cdd134e435e22c1a20712eca96c65a3163 (patch) | |
tree | 298bb83cbd3af63720c5f9721b665f2693535ace /ext/re/re.pm | |
parent | dca33001979579fa06a51ba6c6b1bbad665bc433 (diff) | |
download | perl-dd4728cdd134e435e22c1a20712eca96c65a3163.tar.gz |
Increase $re::VERSION to 0.26
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 ebad00a66a..ea7e3d021a 100644 --- a/ext/re/re.pm +++ b/ext/re/re.pm @@ -4,7 +4,7 @@ package re; use strict; use warnings; -our $VERSION = "0.25"; +our $VERSION = "0.26"; our @ISA = qw(Exporter); our @EXPORT_OK = ('regmust', qw(is_regexp regexp_pattern |