Author: tim.bunce
Date: Sun Jul 12 10:54:24 2009
New Revision: 820
Modified:
trunk/Makefile.PL
Log:
Added t/nytprof*.out.* to Makefile clean target.
Modified: trunk/Makefile.PL
==============================================================================
--- trunk/Makefile.PL (original)
+++ trunk/Makefile.PL Sun Jul 12 10:54:24 2009
@@ -128,10 +128,12 @@
EXE_FILES => ['bin/nytprofhtml', 'bin/nytprofcsv'],
@man,
INC => $INCLUDE,
- clean => { FILES => join " ",
- "nytprof demo-out",
- map { ("t/$_", "xt/$_") }
- qw(nytprof nytprof*.out *_outdir test*.*_new auto)
+ clean => {
+ FILES => join(" ",
+ "nytprof demo-out",
+ map { ("t/$_", "xt/$_") } qw(
+ nytprof nytprof*.out 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]
-~----------~----~----~----~------~----~------~--~---