Skip to content

Commit e8c9ac5

Browse files
committed
pugs fudge
1 parent 37532bc commit e8c9ac5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

S10-packages/scope.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ is($?PACKAGE, "Main", 'The Main $?PACKAGE was not broken by any declarations');
3737
# block level
3838
is(Test1::ns, "Test1", "block-level package declarations");
3939
cmp_ok(Test1::pkg, &infix:<===>, ::Test1::, 'block-level $?PACKAGE var');
40+
#?pugs todo
4041
dies_ok { eval 'test1_export' }, "export was not imported implicitly";
4142

4243
# declared packages

0 commit comments

Comments
 (0)