Skip to content

Commit

Permalink
remove old, experimental bundling code
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.perl.org/modules/Module-Build/branches/inc-bundling@13322 50811bd7-b8ce-0310-adc1-d9db26280581
  • Loading branch information
xdg committed Sep 13, 2009
1 parent d845856 commit d0f46a3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 155 deletions.
53 changes: 0 additions & 53 deletions contrib/bundle.pl

This file was deleted.

101 changes: 0 additions & 101 deletions inc/latest.pm

This file was deleted.

2 changes: 1 addition & 1 deletion lib/Module/Build/Base.pm
Expand Up @@ -3602,7 +3602,7 @@ sub ACTION_distdir {
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};
}
Expand Down

0 comments on commit d0f46a3

Please sign in to comment.