make Makefile depend on lib/Function/Parameters.pm
[p5sagit/Function-Parameters.git] / Makefile.PL
index a8a471f..1fd1cbe 100644 (file)
@@ -34,6 +34,7 @@ WriteMakefile(
                },
        },
     },
+    depend => { Makefile => '$(VERSION_FROM)' },
     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
     clean               => { FILES => 'Function-Parameters-*' },
 );