Skip to content

Commit

Permalink
mark a test for RT #73740
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Oct 4, 2010
1 parent c6cca58 commit 0676d53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S10-packages/basic.t
Expand Up @@ -206,6 +206,7 @@ eval_lives_ok q' module MapTester { (1, 2, 3).map: { $_ } } ',
'overrides from one module do not affect a module that is loaded later on';
}

# also checks RT #73740
{
eval_lives_ok 'use PM6', 'can load a module ending in .pm6';
is eval('use PM6; pm6_works()'), 42, 'can call subs exported from .pm6 module';
Expand Down

0 comments on commit 0676d53

Please sign in to comment.