diff -r b6b9d57d2466 -r 432ac76de3b0 components/perl_modules/xml-simple/patches/t-8_Namespaces.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/perl_modules/xml-simple/patches/t-8_Namespaces.patch Mon Apr 18 13:01:02 2016 -0700 @@ -0,0 +1,26 @@ +# Regex pattern needs updating for newer versions of perl. +# This fix is from a newer version of this component. + + +--- XML-Simple-2.20/t/8_Namespaces.t_orig 2012-06-20 03:00:21.000000000 -0700 ++++ XML-Simple-2.20/t/8_Namespaces.t 2016-04-05 09:07:27.004767331 -0700 +@@ -122,16 +122,16 @@ + }; + + $xml = XMLout($opt); +-like($xml, qr{ ++like($xml, qr[ + ^\s* +- \s*<{http://www.perl.com/}element\s*>data ++ \s*<\{http://www.perl.com/\}element\s*>data + \s* + \s*$ +-}sx, 'clarkian names not converted to qnames on output by default'); ++]sx, 'clarkian names not converted to qnames on output by default'); + + + # Confirm nsexpand option works on output