Changeset 22480 for t/spec/S11-modules/re-export.t
- Timestamp:
- 10/01/08 23:46:10 (3 months ago)
- Files:
-
- 1 modified
-
t/spec/S11-modules/re-export.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S11-modules/re-export.t
r20564 r22480 6 6 # L<S11/"Compile-time Importation"/"In the absence of a specific scoping specified by the caller"> 7 7 8 use Outer :ALL;8 use OuterModule :ALL; 9 9 10 10 is(foo(), 'Inner::foo', 're-exporting works using is export(:DEFAULT)');
