[libmoox-late-perl] 02/03: fix regexp issue; bump version
Intrigeri
intrigeri at moszumanska.debian.org
Thu Aug 14 11:13:31 UTC 2014
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to tag 0.002
in repository libmoox-late-perl.
commit be889557d48ff950a2b96c578862d72fa918309b
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date: Sun Dec 2 09:53:09 2012 +0000
fix regexp issue; bump version
---
lib/MooX/late.pm | 4 +++-
meta/changes.pret | 5 +++++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/lib/MooX/late.pm b/lib/MooX/late.pm
index 4b0ebda..e388e91 100644
--- a/lib/MooX/late.pm
+++ b/lib/MooX/late.pm
@@ -10,7 +10,7 @@ use Module::Runtime qw( is_module_name );
BEGIN {
$MooX::late::AUTHORITY = 'cpan:TOBYINK';
- $MooX::late::VERSION = '0.001';
+ $MooX::late::VERSION = '0.002';
}
sub import
@@ -137,6 +137,8 @@ sub _process_lazy_build
}
else
{
+ use re 'eval';
+
$type = qr{ $type_atom (?: \[ $ws (??{$any}) $ws \] )? }x;
$type_capture_parts = qr{ ($type_atom) (?: \[ $ws ((??{$any})) $ws \] )? }x;
$type_with_parameter = qr{ $type_atom \[ $ws (??{$any}) $ws \] }x;
diff --git a/meta/changes.pret b/meta/changes.pret
index 4dd1356..307265a 100644
--- a/meta/changes.pret
+++ b/meta/changes.pret
@@ -4,3 +4,8 @@
issued 2012-12-01;
label "Initial release".
+`MooX-late 0.002 cpan:TOBYINK`
+ issued 2012-12-02;
+ changeset [
+ "use re 'eval' on Perl 5.8 to fix regexp compilation problem"^^Bugfix;
+ ].
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoox-late-perl.git
More information about the Pkg-perl-cvs-commits
mailing list