summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorbrian d foy <brian.d.foy@gmail.com>2013-07-11 20:22:16 -0400
committerbrian d foy <brian.d.foy@gmail.com>2013-07-11 20:22:16 -0400
commit5316af9f0519caa50e643115472602cbcbb5f8a6 (patch)
tree1a501d477a452ec5885651762308b87231ced62b /Makefile.PL
parent24f23c479928baf115febf96c84cf1f90fb26023 (diff)
Fix clean targets
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index e6f83b0..75dc411 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -27,5 +27,5 @@ WriteMakefile(
keywords => [ 'module', 'distribution', 'test' ],
},
- clean => { FILES => '*.bak release-* Module-*' },
+ clean => { FILES => '*.bak release-* Test-*' },
);