diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-11-28 10:54:49 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-11-28 10:54:49 -0800 |
commit | 94a75ecf43c2b2684fcdd148754a11f69c3c3ab2 (patch) | |
tree | a03503d1646b0302e54627951862f9be1de5b7b3 /ext | |
parent | 3a5e0888f9cd020e66614912777a71f8f3c19655 (diff) | |
download | perl-94a75ecf43c2b2684fcdd148754a11f69c3c3ab2.tar.gz |
++substr $re::VERSION, -1
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 07132635d4..1ca2ae549e 100644 --- a/ext/re/re.pm +++ b/ext/re/re.pm @@ -4,7 +4,7 @@ package re; use strict; use warnings; -our $VERSION = "0.14"; +our $VERSION = "0.15"; our @ISA = qw(Exporter); our @EXPORT_OK = ('regmust', qw(is_regexp regexp_pattern |