Skip to content

Commit

Permalink
Apply new (bundle => 0) hack
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Dec 30, 2014
1 parent 5a1c211 commit 1d8ec08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -4,7 +4,6 @@ use ExtUtils::MakeMaker;

use lib 'inc';
use Inline::Module;
BEGIN { *Inline::Module::included_modules = sub { [] } } ## don't bundle in 100s of KBs of modules.. use build-time deps instead

my %args = (
NAME => 'Unicode::Truncate',
Expand All @@ -28,6 +27,7 @@ my %args = (
stub => 'Unicode::Truncate::Inline',
ilsm => 'Inline::C',
makestub => 1,
bundle => 0,
},
},
META_MERGE => {
Expand Down

0 comments on commit 1d8ec08

Please sign in to comment.