[SCM] libtype-tiny-perl Debian packaging branch, master, updated. debian/0.016-1-48-ga7f6748

Toby Inkster mail at tobyinkster.co.uk
Mon Jul 29 12:55:04 UTC 2013


The following commit has been merged in the master branch:
commit cb0434ded96c7ae55be0fc9a8492249d5b062c82
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Fri Jul 19 22:32:31 2013 +0100

    syntax fix for 5.6.x

diff --git a/lib/Type/Parser.pm b/lib/Type/Parser.pm
index 85055a4..eb90754 100644
--- a/lib/Type/Parser.pm
+++ b/lib/Type/Parser.pm
@@ -204,10 +204,10 @@ Evaluate: {
 	}
 	
 	my %precedence = (
-		+Type::Parser::COMMA     => 1,
-		+Type::Parser::UNION     => 2,
-		+Type::Parser::INTERSECT => 3,
-		+Type::Parser::NOT       => 4,
+		Type::Parser::COMMA()     , 1 ,
+		Type::Parser::UNION()     , 2 ,
+		Type::Parser::INTERSECT() , 3 ,
+		Type::Parser::NOT()       , 4 ,
 	);
 	
 	sub _parse_primary

-- 
libtype-tiny-perl Debian packaging



More information about the Pkg-perl-cvs-commits mailing list