[svn:parrot] r37283 - trunk/lib/Parrot/Test

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Tue Mar 10 23:23:27 UTC 2009


Author: jkeenan
Date: Tue Mar 10 23:23:27 2009
New Revision: 37283
URL: https://trac.parrot.org/parrot/changeset/37283

Log:
Add to list of files which should not be examined for POD syntax because we have deliberately bad syntax in them for use in other parts of the test suite.

Modified:
   trunk/lib/Parrot/Test/Pod.pm

Modified: trunk/lib/Parrot/Test/Pod.pm
==============================================================================
--- trunk/lib/Parrot/Test/Pod.pm	Tue Mar 10 23:01:17 2009	(r37282)
+++ trunk/lib/Parrot/Test/Pod.pm	Tue Mar 10 23:23:27 2009	(r37283)
@@ -44,8 +44,14 @@
                 # other testing purposes
                 if ($full_file =~ m{
                         t/tools/dev/searchops/samples\.pm
-                        |
-                        languages/pod/test\.pod
+                        | languages/pod/test\.pod
+                        | xconf/samples/yourfoobar
+                        | t/configure/testlib/verbosefoobar
+                        | t/configure/testlib/ddefectivefoobar
+                        | t/configure/testlib/adefectivefoobar
+                        | t/configure/testlib/cdefectivefoobar
+                        | t/configure/testlib/bdefectivefoobar
+                        | xconf/samples/testfoobar
                     }x
                 ) {
                     delete $files_needing_analysis->{ $file };


More information about the parrot-commits mailing list