[svn:parrot] r45029 - trunk/config/auto

petdance at svn.parrot.org petdance at svn.parrot.org
Thu Mar 18 21:25:44 UTC 2010


Author: petdance
Date: Thu Mar 18 21:25:43 2010
New Revision: 45029
URL: https://trac.parrot.org/parrot/changeset/45029

Log:
added another variant on "ignoring option"

Modified:
   trunk/config/auto/warnings.pm

Modified: trunk/config/auto/warnings.pm
==============================================================================
--- trunk/config/auto/warnings.pm	Thu Mar 18 21:06:55 2010	(r45028)
+++ trunk/config/auto/warnings.pm	Thu Mar 18 21:25:43 2010	(r45029)
@@ -386,7 +386,7 @@
 
     $verbose and print "  output: $output\n";
 
-    if ( $output !~ /error|warning|not supported|ignoring option/i ) {
+    if ( $output !~ /\berror|warning|not supported|ignoring (unknown )?option\b/i ) {
         push @{$self->{'validated'}}, $warning;
         $verbose and print "    valid warning: '$warning'\n";
         return 1;


More information about the parrot-commits mailing list