projects
/
engit/Iron-Munger.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b5b2a79
)
minor fixage
Matt S Trout [Fri, 22 May 2009 12:58:02 +0000 (13:58 +0100)]
lib/IronMunger.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/IronMunger.pm
b/lib/IronMunger.pm
index
f5d4977
..
a56545c
100644
(file)
--- a/
lib/IronMunger.pm
+++ b/
lib/IronMunger.pm
@@
-10,8
+10,10
@@
class IronMunger {
use MooseX::Types::Moose qw(HashRef ClassName Str);
+ use namespace::autoclean;
+
has mongers => (
- is => 'ro', isa => HashRef[Monger], required => 1
+ is => 'ro', isa => HashRef[Monger], required => 1,
default => sub { {} },
);