Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Another fix that may need to be on github first
  • Loading branch information
lizmat committed Oct 3, 2014
1 parent 209540b commit 85b744b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Panda/Builder.pm
Expand Up @@ -56,7 +56,7 @@ sub build-order(@module-files) {
method build($where) {
indir $where, {
if "Build.pm".IO.f {
@*INC.push('.');
@*INC.push($where);
GLOBAL::<Build>:delete;
require 'Build.pm';
if ::('Build').isa(Panda::Builder) {
Expand Down

0 comments on commit 85b744b

Please sign in to comment.