summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-11-15 20:04:41 -0600
committerJesse Luehrs <doy@tozt.net>2010-11-15 20:04:41 -0600
commitb6f2c7d8338f012c146e01cd57ee3e0e2e5e61a3 (patch)
tree876d97bdf3b784f7c83e3f5f8d537b9660155a40 /inc
parent2905fb35f8d7e19e0b9422060689d71c72bb6f39 (diff)
downloadpackage-stash-b6f2c7d8338f012c146e01cd57ee3e0e2e5e61a3.tar.gz
package-stash-b6f2c7d8338f012c146e01cd57ee3e0e2e5e61a3.zip
add namespace::clean 0.18 as a conflict
Diffstat (limited to 'inc')
-rw-r--r--inc/MMPackageStash.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/MMPackageStash.pm b/inc/MMPackageStash.pm
index 93c04e4..e69c8a6 100644
--- a/inc/MMPackageStash.pm
+++ b/inc/MMPackageStash.pm
@@ -16,6 +16,7 @@ sub check_conflicts {
my %conflicts = (
'Class::MOP' => '1.08',
'MooseX::Role::WithOverloading' => '0.08',
+ 'namespace::clean' => '0.18',
);
my $found = 0;
for my $mod ( sort keys %conflicts ) {