Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pugs fudge
  • Loading branch information
coke committed Apr 14, 2013
1 parent acf18c7 commit 3117f5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S11-modules/require.t
Expand Up @@ -7,6 +7,7 @@ plan 8;

lives_ok { require "t/spec/S11-modules/InnerModule.pm"; },
'can load InnerModule.pm from a path at run time';
#?pugs skip 'parsefail'
is GLOBAL::InnerModule::EXPORT::DEFAULT::<&bar>(), 'Inner::bar', 'can call our-sub from required module';

# no need to do that at compile time, sine require() really is run time
Expand Down

0 comments on commit 3117f5b

Please sign in to comment.