Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
That's not it either
This reverts commit 8a07955.
  • Loading branch information
lizmat committed Oct 3, 2014
1 parent 8a07955 commit a587aed
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions lib/Panda/Builder.pm
Expand Up @@ -55,15 +55,15 @@ sub build-order(@module-files) {

method build($where) {
indir $where, {
# if "Build.pm".IO.f {
# @*INC.push($where);
# GLOBAL::<Build>:delete;
# require 'Build.pm';
# if ::('Build').isa(Panda::Builder) {
# ::('Build').new.build($where);
# }
# @*INC.pop;
# }
if "Build.pm".IO.f {
@*INC.push($where);
GLOBAL::<Build>:delete;
require 'Build.pm';
if ::('Build').isa(Panda::Builder) {
::('Build').new.build($where);
}
@*INC.pop;
}
my @files;
if 'lib'.IO.d {
@files = find(dir => 'lib', type => 'file').map({
Expand Down

0 comments on commit a587aed

Please sign in to comment.