aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authormatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-09-06 20:09:27 +0000
committermatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-09-06 20:09:27 +0000
commit64aff9646af4a1d13d3509b197faf14970dfd2d9 (patch)
treedcea9401de953d5c349b380e909039da7bf53f0f /Makefile.PL
parentd4667bef2fd27182a34a72d368090a3c26e2bd45 (diff)
downloadreaction-64aff9646af4a1d13d3509b197faf14970dfd2d9.tar.gz
reaction-64aff9646af4a1d13d3509b197faf14970dfd2d9.zip
add namespace::clean dep
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index f8a4f01..76e4023 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -37,6 +37,7 @@ requires 'Devel::Declare' => '0.001006';
requires 'MooseX::Types' => '0.04';
requires 'Scalar::Util';
requires 'File::ShareDir' => '1.00';
+requires 'namespace::clean' => '0.08';
install_share;