This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update CORE.pod to reflect the new coresubs
[perl5.git] / lib / vmsish.t
index fbdca93..7392fed 100644 (file)
@@ -126,7 +126,7 @@ is($?,0,"outer lex scope of vmsish [POSIX status]");
   END { 1 while unlink $file; }
 
   {
-     use_ok('vmsish qw(time)');
+     use_ok('vmsish', 'time');
 
      # but that didn't get it in our current scope
      use vmsish qw(time);