fix for RT#73325 - call the configfile default sub if it is a sub
[gitmo/MooseX-ConfigFromFile.git] / ChangeLog
index cb040dd..d9b4e27 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 Revision history for Perl extension MooseX::ConfigFromFile
 
+{{$NEXT}}
+    - Call the configfile attribute default sub if it is a sub, not just a
+      string, just like MooseX::Getopt does (RT#73325, Karen Etheridge)
+
 0.03 - Dec 18, 2010
     - The test suite now uses Test::Fatal instead of Test::Exception (Karen
       Etheridge).