Author: tim.bunce
Date: Sun Mar 29 14:58:01 2009
New Revision: 734
Modified:
trunk/Makefile.PL
Log:
Last minute little fix for 'make clean'
Modified: trunk/Makefile.PL
==============================================================================
--- trunk/Makefile.PL (original)
+++ trunk/Makefile.PL Sun Mar 29 14:58:01 2009
@@ -118,7 +118,7 @@
clean => { FILES => join " ",
"nytprof demo-out",
map { ("t/$_", "xt/$_") }
- qw(nytprof nytprof*.out *.outdir test*.*.new auto)
+ qw(nytprof nytprof*.out *_outdir test*.*.new auto)
},
dist => {
DIST_DEFAULT => 'clean distcheck disttest tardist',
--~--~---------~--~----~------------~-------~--~----~
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.
Group hosted at: http://groups.google.com/group/develnytprof-dev
Project hosted at: http://perl-devel-nytprof.googlecode.com
CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf
To post, email: [email protected]
To unsubscribe, email: [email protected]
-~----------~----~----~----~------~----~------~--~---