Skip to content

Commit

Permalink
remove the "use lib 'lib'" from before the "use Test"
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstowe committed Dec 17, 2015
1 parent d86ff82 commit bf52980
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion META.info
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"depends" : [
],
"test-depends" : [
"Test"
],
"description" : "Quick hack to determine whether a shared libray is present",
"version" : "v0.0.2"
"version" : "v0.0.3"
}
2 changes: 1 addition & 1 deletion t/01-basic.t
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!perl6

use v6;
use lib 'lib';
use Test;
use lib 'lib';

use LibraryCheck;

Expand Down

0 comments on commit bf52980

Please sign in to comment.