newer Distar provides the bump targets and script
[p5sagit/Devel-Declare.git] / Makefile.PL
index 6b413d7..a75f0d6 100644 (file)
@@ -62,8 +62,11 @@ WriteMakefile(
         },
     },
 
+    C => [ 'Declare.c' ],
     XS => { 'Declare.xs' => 'Declare.c' },
 
+    realclean => { FILES => 'Distar/' },
+
     $pkg->get_makefile_vars,
 );