Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Dec 12, 2014
1 parent c3dc321 commit 200046c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Inline/Module.pm
Expand Up @@ -95,7 +95,7 @@ sub importer {
Inline->import(
Config =>
directory => $inline_build_path,
($lang eq 'C') ? (using => 'Inline::C::Parser::RecDescent') : ();
($lang eq 'C') ? (using => 'Inline::C::Parser::RecDescent') : (),
name => $stub_module,
CLEAN_AFTER_BUILD => 0,
);
Expand Down

0 comments on commit 200046c

Please sign in to comment.