X-Git-Url: http://git.rot13.org/?p=perl-cwmp.git;a=blobdiff_plain;f=Makefile.PL;h=1567770a0036a1fb24753cca2f4d51144101c288;hp=2766ab13087309642cb4a3b8d0a8ab164c808c76;hb=ef58a202bda8029da33330b7c9fd37991fc61952;hpb=de7bd7d0d60b42a12a93ba526d97b7ebaa5dcf2e diff --git a/Makefile.PL b/Makefile.PL index 2766ab1..1567770 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,11 +18,12 @@ requires 'File::Slurp'; requires 'DBM::Deep'; requires 'Getopt::Long'; requires 'Term::Shelly' => '0.03'; +requires 'Module::Pluggable'; build_requires 'Test::More'; my_targets(); -clean_files('dump/*'); +clean_files('dump/* yaml state.db'); auto_install;