Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "Remove troublesome "use lib '.'""
This reverts commit 6bafc92.

That "use lib '.'" no longer causes problems.
Test file should not cause an abort any longer.
  • Loading branch information
usev6 committed Dec 16, 2015
1 parent 5ba241d commit 1d7b816
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S11-modules/require.t
@@ -1,5 +1,7 @@
use v6;

use lib '.';

my $required-Test = (require Test <&plan &is &lives-ok &skip &todo>);

plan 17;
Expand Down

0 comments on commit 1d7b816

Please sign in to comment.