From: Karen Etheridge Date: Tue, 12 Feb 2013 21:18:28 +0000 (-0800) Subject: MooseX-ConfigFromFile-0.10 X-Git-Tag: v0.10^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-ConfigFromFile.git;a=commitdiff_plain;h=2edae15bfe4f1d146d06c85e3296f1394f96dcd6 MooseX-ConfigFromFile-0.10 - allow clean composition into a role, without requiring an -exclude --- diff --git a/Changes b/Changes index 0bc5f94..b6c90c7 100644 --- 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) diff --git a/README.md b/README.md index 65e7d8d..63b2722 100644 --- 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