Skip to content

Commit

Permalink
"use lib" places a CompUnitRepo in @*INC
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed May 28, 2014
1 parent 1b09e66 commit 2daea40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lib.pm6
@@ -1,5 +1,5 @@
module lib { };
our sub EXPORT(*@a) {
@*INC.unshift: @a;
@*INC.unshift: CompUnitRepo::Local::File.new( @a );
return ().hash;
}

0 comments on commit 2daea40

Please sign in to comment.