Skip to content

Commit

Permalink
Don't clean after build for Inline::Module
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Dec 11, 2014
1 parent 856bac9 commit 504fabf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Inline/Module.pm
Expand Up @@ -95,6 +95,7 @@ sub importer {
directory => $inline_build_path,
using => 'Inline::C::Parser::RegExp',
name => $stub_module,
CLEAN_AFTER_BUILD => 0,
);
my $class = shift;
DEBUG "Inline::Module proxy to Inline::%s", @_;
Expand Down

0 comments on commit 504fabf

Please sign in to comment.