- Timestamp:
- 10/02/08 00:02:25 (2 months ago)
- Location:
- t/spec
- Files:
-
- 2 added
- 1 removed
- 1 modified
-
S11-modules/Foo.pm (deleted)
-
S11-modules/export.t (modified) (1 diff)
-
packages/S11-modules (added)
-
packages/S11-modules/Foo.pm (added)
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S11-modules/export.t
r22480 r22481 6 6 # L<S11/"Exportation"/> 7 7 8 use Foo;8 use t::spec::S11-modules::Foo; 9 9 10 is( &Foo::foo,&Foo::EXPORT::ALL::foo, '&Foo::foo bound to ::EXPORT::ALL inner module' );10 ok( &Foo::foo =:= &Foo::EXPORT::ALL::foo, '&Foo::foo bound to ::EXPORT::ALL inner module' ); 11 11
