projects
/
gitmo/MooseX-ConfigFromFile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e86b152
)
Version 0.04
0.04
Tomas Doran [Sat, 17 Dec 2011 13:13:38 +0000 (13:13 +0000)]
ChangeLog
patch
|
blob
|
blame
|
history
lib/MooseX/ConfigFromFile.pm
patch
|
blob
|
blame
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
d9b4e27
..
9fc11cf
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,6
+1,6
@@
Revision history for Perl extension MooseX::ConfigFromFile
-{{$NEXT}}
+0.04 - Dec 17, 2011
- Call the configfile attribute default sub if it is a sub, not just a
string, just like MooseX::Getopt does (RT#73325, Karen Etheridge)
diff --git
a/lib/MooseX/ConfigFromFile.pm
b/lib/MooseX/ConfigFromFile.pm
index
5557c53
..
b08dde0
100644
(file)
--- a/
lib/MooseX/ConfigFromFile.pm
+++ b/
lib/MooseX/ConfigFromFile.pm
@@
-6,7
+6,7
@@
use Try::Tiny qw/ try /;
use Carp qw(croak);
use namespace::autoclean;
-our $VERSION = '0.03';
+our $VERSION = '0.04';
requires 'get_config_from_file';