Author: dagolden
Date: Sat Sep 12 21:49:19 2009
New Revision: 13322
Removed:
Module-Build/branches/inc-bundling/contrib/bundle.pl
Module-Build/branches/inc-bundling/inc/latest.pm
Modified:
Module-Build/branches/inc-bundling/lib/Module/Build/Base.pm
Log:
remove old, experimental bundling code
Modified: Module-Build/branches/inc-bundling/lib/Module/Build/Base.pm
==============================================================================
--- Module-Build/branches/inc-bundling/lib/Module/Build/Base.pm (original)
+++ Module-Build/branches/inc-bundling/lib/Module/Build/Base.pm Sat Sep 12
21:49:19 2009
@@ -3602,7 +3602,7 @@
my $new = $self->copy_if_modified(from => $file, to_dir => $dist_dir,
verbose => 0);
}
- $self->do_create_bundle_inc if $self->bundle_inc;
+ $self->do_create_bundle_inc if @{$self->bundle_inc};
$self->_sign_dir($dist_dir) if $self->{properties}{sign};
}