X-Git-Url: http://git.rot13.org/?p=perl-cwmp.git;a=blobdiff_plain;f=Makefile.PL;h=9d8a82afa38960a898159a627c4187f4b1c522dd;hp=8158a3bdef9219ffb0aa808e61ca898ff5e7ee92;hb=71ebbb506367ad5efe47a8730eb42963e24f8483;hpb=df8c9c27cfe7459730b1e754121165c8fea7f188 diff --git a/Makefile.PL b/Makefile.PL index 8158a3b..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'; @@ -25,7 +25,8 @@ requires 'Hash::Merge'; build_requires 'Test::More'; my_targets(); -clean_files('dump/* yaml state.db'); + +clean_files('dump/* yaml state.db html t/var/*'); auto_install;