Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 1457fe82be03346d2caf5429ef71a563 > files > 1

perl-PPI-XS-0.901.0-9.mga3.src.rpm

--- lib/PPI/XS.pm~	2009-05-05 16:38:33.000000000 +0200
+++ lib/PPI/XS.pm	2012-07-11 15:42:21.302160716 +0200
@@ -42,7 +42,7 @@
 	# (example) PPI::Element::exclude_this
 } elsif ( $VERSION < $PPI::VERSION ) {
 	# It is newer, it has the option of excluding functions
-	if ( defined @PPI::XS_EXCLUDE ) {
+	if ( @PPI::XS_EXCLUDE ) {
 		# It as defined things for us to exclude
 		%EXCLUDE = map { $_ => 1 } @PPI::XS_EXCLUDE;
 	}