From c8478d705acc64b4a97a4ede590609453b5451b6 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sat, 27 Oct 2007 22:03:29 +0000 Subject: [PATCH] build system nit-picking git-svn-id: https://perl-cwmp.googlecode.com/svn/branches/store-pluggable@143 836a5e1a-633d-0410-964b-294494ad4392 --- Makefile.PL | 1 + lib/Module/Install/PRIVATE.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 80aaafd..082b309 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -25,6 +25,7 @@ requires 'Hash::Merge'; build_requires 'Test::More'; my_targets(); + clean_files('dump/* yaml state.db'); auto_install; diff --git a/lib/Module/Install/PRIVATE.pm b/lib/Module/Install/PRIVATE.pm index 32b2d08..62929c7 100644 --- a/lib/Module/Install/PRIVATE.pm +++ b/lib/Module/Install/PRIVATE.pm @@ -15,7 +15,7 @@ Module::Install::PRIVATE - Module Install Support =head1 DESCRIPTION -=head2 html_target +=head2 my_targets =cut -- 2.20.1