From b6f2c7d8338f012c146e01cd57ee3e0e2e5e61a3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 15 Nov 2010 20:04:41 -0600 Subject: add namespace::clean 0.18 as a conflict --- inc/MMPackageStash.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'inc') 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 ) { -- cgit v1.2.3-54-g00ecf