forgot to attach the patch the first time, here it is. -- _________________________ Ryan Niebur [email protected]
--- a/lib/Module/Build/Compat.pm
+++ b/lib/Module/Build/Compat.pm
@@ -291,12 +291,16 @@
$perl $Build realclean
$unlink
+distclean : force_do_it
+ $perl $Build distclean
+ $unlink
+
force_do_it :
@ $noop
EOF
foreach my $action ($class->known_actions) {
- next if $action =~ /^(all|realclean|force_do_it)$/; # Don't double-define
+ next if $action =~ /^(all|realclean|force_do_it|distclean)$/; # Don't double-define
$maketext .= <<"EOF";
$action : force_do_it
$perl $Build $action
signature.asc
Description: Digital signature

