MooseX-ConfigFromFile-0.10 v0.10
Karen Etheridge [Tue, 12 Feb 2013 21:18:28 +0000 (13:18 -0800)]
          - allow clean composition into a role, without requiring an -exclude

Changes
README.md

diff --git a/Changes b/Changes
index 0bc5f94..b6c90c7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for {{$dist->name}}
 
 {{$NEXT}}
+
+0.10      2013-02-12 13:17:44 PST-0800 (Karen Etheridge)
           - allow clean composition into a role, without requiring an -exclude
 
 0.09      2013-02-11 09:35:50 PST-0800 (Karen Etheridge)
index 65e7d8d..63b2722 100644 (file)
--- a/README.md
+++ b/README.md
@@ -96,8 +96,8 @@ a hashref of arguments to pass to `new()` which are sourced from the configfile.
 
 ## \_get\_default\_configfile
 
-This class method returns nothing by default, but can and should be redefined
-in a consuming class to return the default value of the configfile (if not
+This class method is not implemented in this role, but can and should be defined
+in a consuming class or role to return the default value of the configfile (if not
 passed into the constructor explicitly).
 
 # COPYRIGHT