projects
/
gitmo/MooseX-SimpleConfig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ecea5a6
)
fix configfile usage as per updated MXCFF documentation
Karen Etheridge [Sun, 3 Feb 2013 03:05:57 +0000 (19:05 -0800)]
t/lib/MXDefaultConfigTest.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/MXDefaultConfigTest.pm
b/t/lib/MXDefaultConfigTest.pm
index
130a70e
..
9ff025d
100644
(file)
--- a/
t/lib/MXDefaultConfigTest.pm
+++ b/
t/lib/MXDefaultConfigTest.pm
@@
-15,7
+15,7
@@
has 'direct_attr' => (is => 'ro', isa => 'Int');
has 'req_attr' => (is => 'rw', isa => 'Str', required => 1);
-has '+configfile' => ( default => 'test.yaml' );
+around 'configfile' => sub { 'test.yaml' };
no Moose;
1;