This is an automatically generated mail to inform you that tests are now available in S10-packages/basic.t
commit 0676d53e767cc083be9bf534266ec6ab9e60e479 Author: Moritz Lenz <[email protected]> Date: Mon Oct 4 21:34:08 2010 +0200 mark a test for RT #73740 diff --git a/S10-packages/basic.t b/S10-packages/basic.t index 89293ec..e11b4c0 100644 --- a/S10-packages/basic.t +++ b/S10-packages/basic.t @@ -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';
