Skip to content

Commit

Permalink
delete callparser1.h on make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
doy committed Oct 17, 2013
1 parent 6992baa commit 4ef80a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@
"mop::traits::util" : {
"file" : "lib/mop/traits/util.pm",
"version" : "0.02"
},
"op" : {
"file" : "lib/op.pm",
"version" : "0.02"
}
},
"release_status" : "stable",
Expand Down Expand Up @@ -412,6 +416,7 @@
"Chris Prather <chris@prather.org>",
"Damien Krotkine <dkrotkine@weborama.com>",
"David Golden <dagolden@cpan.org>",
"Matthew Horsfall (alh) <wolfsage@gmail.com>",
"Steffen Mueller <smueller@cpan.org>",
"Toby Inkster <mail@tobyinkster.co.uk>"
]
Expand Down
1 change: 1 addition & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ use Devel::CallParser;
print { $fh } Devel::CallParser::callparser1_h() or die $!;
close $fh or die $!;
}
$WriteMakefileArgs{clean}{FILES} .= ' callparser1.h';

WriteMakefile(%WriteMakefileArgs);

Expand Down
1 change: 1 addition & 0 deletions inc/MakeMaker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ use Devel::CallParser;
print { \$fh } Devel::CallParser::callparser1_h() or die \$!;
close \$fh or die \$!;
}
\$WriteMakefileArgs{clean}{FILES} .= ' callparser1.h';
CALLPARSER_H

my $template = $self->$orig(@_);
Expand Down

0 comments on commit 4ef80a5

Please sign in to comment.