Changeset 22481 for t

Show
Ignore:
Timestamp:
10/02/08 00:02:25 (2 months ago)
Author:
particle
Message:

[t] move a test module to t/spec/packages subdir to set a (better?) de-facto standard

Location:
t/spec
Files:
2 added
1 removed
1 modified

Legend:

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

    r22480 r22481  
    66# L<S11/"Exportation"/> 
    77 
    8 use Foo; 
     8use t::spec::S11-modules::Foo; 
    99 
    10 is( &Foo::foo, &Foo::EXPORT::ALL::foo, '&Foo::foo bound to ::EXPORT::ALL inner module' ); 
     10ok( &Foo::foo =:= &Foo::EXPORT::ALL::foo, '&Foo::foo bound to ::EXPORT::ALL inner module' ); 
    1111