projects
/
p5sagit/Package-Variant.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6f32ee7
)
add some realclean targets
Karen Etheridge [Thu, 14 Aug 2014 18:21:36 +0000 (11:21 -0700)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
1385351
..
9b80d0f
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-29,6
+29,8
@@
my %META = (
},
},
no_index => { directory => [ 't', 'xt', ], package => [ 'string' ] },
+
+ realclean => { FILES => [ 'Distar/', 'MANIFEST*' ] },
);
my %MM_ARGS = ();