From: Karen Etheridge Date: Sat, 9 Feb 2013 20:38:41 +0000 (-0800) Subject: make whitespace test pass X-Git-Tag: v0.08~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2b11fcd03e0f0dea7015023bb8ebef2f0ade0f37;hp=cb84d41a73bbc32456f465bf0c2da0b8705488bf;p=gitmo%2FMooseX-ConfigFromFile.git make whitespace test pass --- diff --git a/lib/MooseX/ConfigFromFile.pm b/lib/MooseX/ConfigFromFile.pm index 07468c4..8d50c6a 100644 --- a/lib/MooseX/ConfigFromFile.pm +++ b/lib/MooseX/ConfigFromFile.pm @@ -71,9 +71,9 @@ MooseX::ConfigFromFile - An abstract Moose role for setting attributes from a co package MooseX::SomeSpecificConfigRole; use Moose::Role; - + with 'MooseX::ConfigFromFile'; - + use Some::ConfigFile::Loader (); sub get_config_from_file { @@ -105,7 +105,7 @@ MooseX::ConfigFromFile - An abstract Moose role for setting attributes from a co =head1 DESCRIPTION -This is an abstract role which provides an alternate constructor for creating +This is an abstract role which provides an alternate constructor for creating objects using parameters passed in from a configuration file. The actual implementation of reading the configuration file is left to concrete sub-roles.