projects
/
gitmo/Package-Stash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2905fb3
)
add namespace::clean 0.18 as a conflict
Jesse Luehrs [Tue, 16 Nov 2010 02:04:41 +0000 (20:04 -0600)]
inc/MMPackageStash.pm
patch
|
blob
|
blame
|
history
diff --git
a/inc/MMPackageStash.pm
b/inc/MMPackageStash.pm
index
93c04e4
..
e69c8a6
100644
(file)
--- 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 ) {