projects
/
p5sagit/strictures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7aaefdb
)
remove realclean from Makefile.PL and let Distar handle it
Graham Knop [Thu, 21 Aug 2014 15:40:43 +0000 (11:40 -0400)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
d2c495e
..
e34050d
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-56,7
+56,6
@@
my %MM_ARGS = (
PREREQ_PM => {
($] >= 5.008004 && $have_compiler ? %extra_prereqs : () )
},
- realclean => { FILES => [ 'Distar/', 'MANIFEST*' ] },
);
sub parse_args {