From faa9e82a3905d2c778b36c862f348b79a8c95549 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 30 Jul 2013 22:47:16 -0400 Subject: also update the in-repo Makefile.PL (#3) --- Makefile.PL | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index a98919d..27b181a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,10 +7,11 @@ use warnings; use ExtUtils::MakeMaker::Dist::Zilla::Develop; -use Devel::CallParser 'callparser1_h'; +use Devel::CallParser 'callparser1_h', 'callparser_linkable'; open my $fh, '>', 'callparser1.h' or die "Couldn't write to callparser1.h"; $fh->print(callparser1_h); WriteMakefile( - NAME => 'Parse::Keyword', + NAME => 'Parse::Keyword', + OBJECT => join(' ', callparser_linkable), ); -- cgit v1.2.3