X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile.PL;h=25d66c75e9405ac9e69621fdfa1de9b57a121dfb;hb=55f93ba20dbc413cdce8746ec9ffa995da695282;hp=082b309a7ab7ee9ae8b118e78283bd572b03b157;hpb=c8478d705acc64b4a97a4ede590609453b5451b6;p=perl-cwmp.git diff --git a/Makefile.PL b/Makefile.PL index 082b309..25d66c7 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.05'; license 'GPL'; requires 'Net::Server'; requires 'HTTP::Daemon'; @@ -26,9 +26,8 @@ build_requires 'Test::More'; my_targets(); -clean_files('dump/* yaml state.db'); +clean_files('dump/* yaml state.db html t/var/*'); auto_install; WriteAll; -