[svn:parrot] r46503 - branches/ops_pct/lib/Parrot/Test

bacek at svn.parrot.org bacek at svn.parrot.org
Tue May 11 11:14:33 UTC 2010


Author: bacek
Date: Tue May 11 11:14:33 2010
New Revision: 46503
URL: https://trac.parrot.org/parrot/changeset/46503

Log:
Skip compilers/opsc from pod_syntax check. It's written in nqp.

Modified:
   branches/ops_pct/lib/Parrot/Test/Pod.pm

Modified: branches/ops_pct/lib/Parrot/Test/Pod.pm
==============================================================================
--- branches/ops_pct/lib/Parrot/Test/Pod.pm	Tue May 11 11:06:59 2010	(r46502)
+++ branches/ops_pct/lib/Parrot/Test/Pod.pm	Tue May 11 11:14:33 2010	(r46503)
@@ -72,6 +72,7 @@
                         | t/configure/testlib/cdefectivefoobar
                         | t/configure/testlib/bdefectivefoobar
                         | examples/config/file/configwithfatalstep
+                        | compilers/opsc
                     }x
                 ) {
                     delete $files_needing_analysis->{ $file };


More information about the parrot-commits mailing list