Skip Menu |

This queue is for tickets about the Data-Dump-Streamer CPAN distribution.

Report information
The Basics
Id: 44622
Status: resolved
Priority: 0/
Queue: Data-Dump-Streamer

People
Owner: Nobody in particular
Requestors: daxim [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.09
Fixed in: (no value)



Subject: [PATCH] make realclean generated files
make writes out a file ».answer«, but make realclean does not clean it up. See patch.
Subject: 0002-make-realclean-generated-files.patch
From f42616a3935868ce824a403a8da8f179ebd47fc0 Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Lars=20D=C9=AA=E1=B4=87=E1=B4=84=E1=B4=8B=E1=B4=8F=E1=B4=A1?= <daxim@cpan.org> Date: Fri, 27 Mar 2009 12:49:22 +0100 Subject: [PATCH] make realclean generated files --- Makefile.PL | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 7cc3a3d..a3fd65b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -130,6 +130,9 @@ WriteMakefile( #PREOP => 'SubWCRev . -n', }, + clean => { + FILES => '.answer', # generated files + }, @opts ); -- 1.6.1.3
We have switched to Module::Build and this does not seem to be a problem anymore.