[libmoox-late-perl] 02/07: ClassName|RoleName need adding to that regexp

Intrigeri intrigeri at moszumanska.debian.org
Thu Aug 14 11:13:32 UTC 2014


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to tag 0.003
in repository libmoox-late-perl.

commit 900a5e8c83b3cafb48ee4a2fcef1c9e72e6839ec
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Sun Dec 2 20:34:28 2012 +0000

    ClassName|RoleName need adding to that regexp
---
 lib/MooX/late.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/MooX/late.pm b/lib/MooX/late.pm
index e388e91..d1b88c2 100644
--- a/lib/MooX/late.pm
+++ b/lib/MooX/late.pm
@@ -186,7 +186,7 @@ sub _process_lazy_build
 		if ($tc =~ /^(
 			Any|Item|Bool|Undef|Defined|Value|Str|Num|Int|
 			Ref|CodeRef|RegexpRef|GlobRef|FileHandle|Object|
-			ArrayRef|HashRef
+			ArrayRef|HashRef|ClassName|RoleName
 		)$/x)
 		{
 			return {

-- 
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