- Timestamp:
- 10/02/08 21:53:25 (2 months ago)
- Files:
-
- 1 modified
-
t/spec/S11-modules/export.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S11-modules/export.t
r22481 r22487 6 6 # L<S11/"Exportation"/> 7 7 8 use t::spec::S11-modules::Foo; 8 sub foo is export(:DEFAULT) { 'foo' } 9 9 10 ok( &Foo::foo =:= &Foo::EXPORT::ALL::foo, '&Foo::foo bound to ::EXPORT::ALL inner module' );11 10 11 ok( &foo === &EXPORT::ALL::foo, '&Foo::foo bound to ::EXPORT::ALL inner module' ); 12
