Author: particle
Date: Tue Apr 3 18:37:20 2007
New Revision: 17968
Modified:
trunk/t/pmc/exporter.t
Log:
[t]: todo failing Exporter test
Modified: trunk/t/pmc/exporter.t
==============================================================================
--- trunk/t/pmc/exporter.t (original)
+++ trunk/t/pmc/exporter.t Tue Apr 3 18:37:20 2007
@@ -269,7 +269,7 @@
## TODO import
-pir_output_like( <<'CODE', <<'OUT', 'import - no args' );
+pir_output_like( <<'CODE', <<'OUT', 'import - no args', todo => 'not yet
implemented' );
.sub 'test' :main
$P0 = new .Exporter
@@ -278,7 +278,7 @@
.end
CODE
-/^no globals to import\n/
+/^source namespace not set\n/
OUT