X-Git-Url: http://git.rot13.org/?p=perl-cwmp.git;a=blobdiff_plain;f=Makefile.PL;h=9d8a82afa38960a898159a627c4187f4b1c522dd;hp=082b309a7ab7ee9ae8b118e78283bd572b03b157;hb=71ebbb506367ad5efe47a8730eb42963e24f8483;hpb=c8478d705acc64b4a97a4ede590609453b5451b6 diff --git a/Makefile.PL b/Makefile.PL index 082b309..9d8a82a 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.08'; 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; -