From ffedb8cac4cef8f45c3d8879ddb708dc35dddd80 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 12 Feb 2011 09:38:29 -0800 Subject: [PATCH] =?utf8?q?Bump=20re.pm=E2=80=99s=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- ext/re/re.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/re/re.pm b/ext/re/re.pm index cec5aa7..850b948 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 -- 2.7.4