Changeset 22480 for t

Show
Ignore:
Timestamp:
10/01/08 23:46:10 (2 months ago)
Author:
particle
Message:

[t] add test file and module for export testing

Location:
t/spec/S11-modules
Files:
2 added
1 modified

Legend:

Unmodified
Added
Removed
  • t/spec/S11-modules/re-export.t

    r20564 r22480  
    66# L<S11/"Compile-time Importation"/"In the absence of a specific scoping specified by the caller"> 
    77 
    8 use Outer :ALL; 
     8use OuterModule :ALL; 
    99 
    1010is(foo(), 'Inner::foo', 're-exporting works using is export(:DEFAULT)');