X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile.PL;h=31c79c400e06129c255900db4c52d35cfd6ee42c;hb=172db50375bdd0143d5b4de649606d90057317ca;hp=66ee5349dd9866ea9f458a524114cda45ba7eb9c;hpb=ab15afccf8238747d5b35a165807b109395cc8a2;p=perl-cwmp.git diff --git a/Makefile.PL b/Makefile.PL index 66ee534..31c79c4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use lib './lib'; use inc::Module::Install; name 'CWMP'; -version '0.04'; +version '0.07'; license 'GPL'; requires 'Net::Server'; requires 'HTTP::Daemon'; @@ -26,9 +26,8 @@ build_requires 'Test::More'; my_targets(); -clean_files('dump/* yaml state.db html'); +clean_files('dump/* yaml state.db html t/var/*'); auto_install; WriteAll; -