From: Darren Chamberlain Date: Tue, 3 Dec 2002 16:05:25 +0000 (+0000) Subject: More generic clean macro X-Git-Tag: v0.01~35 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1740a33661c2796ec2d790737f2fa0068f5d78fd;p=dbsrgits%2FSQL-Translator.git More generic clean macro --- diff --git a/Makefile.PL b/Makefile.PL index bc16654..3dceff9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,7 +16,7 @@ WriteMakefile( 'Pod::Usage' => 0, }, clean => { - FILES => 'SQL-Translator-$(VERSION).tar.gz', + FILES => '$(DISTNAME)-$(VERSION).tar.gz', }, );