Karen Etheridge [Tue, 12 Feb 2013 20:41:10 +0000]
Avoid "Due to a method name conflict in roles..." errors
When composing into a role that chooses to define a
_get_default_configfile method, we would conflict with the existing
method already defined here. Simply not defining one, and checking
if one exists with ->can, is nicer than forcing users to say
{ -excludes => '_get_default_configfile' }.
Karen Etheridge [Tue, 12 Feb 2013 20:41:52 +0000]
rename these classes to be more clear
Karen Etheridge [Tue, 12 Feb 2013 20:18:59 +0000]
we define our own get_config_from_file - MooseX::SimpleConfig is NOT needed!
Karen Etheridge [Tue, 12 Feb 2013 20:24:06 +0000]
update .gitignore for dzil byproducts
Karen Etheridge [Mon, 11 Feb 2013 20:40:03 +0000]
report on prereqs during automated testing
Karen Etheridge [Mon, 11 Feb 2013 20:39:27 +0000]
add MooseX::SimpleConfig, MooseX::Getopt to recommendation list
Karen Etheridge [Mon, 11 Feb 2013 17:36:35 +0000]
MooseX-ConfigFromFile-0.09
- removed prereqs which are only used for optional tests
Karen Etheridge [Mon, 11 Feb 2013 17:11:18 +0000]
cull "requirements" used for compatibility tests
Karen Etheridge [Mon, 11 Feb 2013 17:07:33 +0000]
remove silly test that does not show anything but adds more dependencies
Karen Etheridge [Sun, 10 Feb 2013 00:25:04 +0000]
MooseX-ConfigFromFile-0.08
- allow configfiles called "0"
- configfile value now passed through to new()
- new _get_default_configfile method added, which consumers can
override to provide a default value without having to redefine the
attribute itself (via RT#79746) -- PLEASE READ THE DOCUMENTATION
if you override the configfile attribute!
Karen Etheridge [Sun, 10 Feb 2013 00:22:18 +0000]
Merge branch 'rfm/nicer_method'
Karen Etheridge [Sat, 9 Feb 2013 19:34:36 +0000]
new _get_default_configfile method, as the preferred way to set a default
Karen Etheridge [Fri, 8 Feb 2013 00:34:14 +0000]
pass configfile value through to new()
Karen Etheridge [Thu, 7 Feb 2013 23:35:20 +0000]
reuse common testing code in a base class
Karen Etheridge [Sat, 9 Feb 2013 23:51:13 +0000]
make all warnings fatal in tests
Karen Etheridge [Sat, 9 Feb 2013 20:56:11 +0000]
add other contributors, in order of first commit
Karen Etheridge [Sat, 9 Feb 2013 20:48:11 +0000]
reformat Changes file to pass tests, conform to [NextRelease] style
Karen Etheridge [Sat, 9 Feb 2013 20:38:41 +0000]
make whitespace test pass
Karen Etheridge [Sat, 9 Feb 2013 20:37:53 +0000]
avoid adding prereqs from tests
Karen Etheridge [Sat, 9 Feb 2013 20:37:19 +0000]
make spelling tests pass
Karen Etheridge [Sat, 9 Feb 2013 20:21:57 +0000]
convert to dist.ini
Karen Etheridge [Fri, 8 Feb 2013 01:07:28 +0000]
handle configfile values of "0"
Karen Etheridge [Tue, 5 Feb 2013 17:24:42 +0000]
formatting of changelog
Karen Etheridge [Mon, 4 Feb 2013 18:25:07 +0000]
prep for release
Karen Etheridge [Mon, 4 Feb 2013 18:24:46 +0000]
do not load MooseX::SimpleConfig unconditionally
Karen Etheridge [Sun, 3 Feb 2013 02:58:49 +0000]
release commit for 0.06
Karen Etheridge [Sat, 2 Feb 2013 21:06:38 +0000]
convert from Path::Class to Path::Tiny
Karen Etheridge [Sat, 2 Feb 2013 21:06:38 +0000]
convert from Path::Class to Path::Tiny
Karen Etheridge [Sun, 3 Feb 2013 02:35:27 +0000]
these are automatically generated
Karen Etheridge [Sun, 3 Feb 2013 02:14:06 +0000]
changelog for release
Karen Etheridge [Sun, 3 Feb 2013 02:15:19 +0000]
release tests using Test::Pod and Test::Pod::Coverage
Karen Etheridge [Sun, 3 Feb 2013 02:13:03 +0000]
fix copyright date - was all garbled in licence
Karen Etheridge [Sun, 3 Feb 2013 02:10:20 +0000]
autogenerate README and LICENSE
Karen Etheridge [Sun, 3 Feb 2013 02:09:22 +0000]
dunno if t0m is the main current maintainer anymore :)
Karen Etheridge [Sun, 3 Feb 2013 02:06:15 +0000]
avoid shipping my todo file
Karen Etheridge [Sun, 3 Feb 2013 00:04:50 +0000]
remove shebangs; use warnings and Test::NoWarnings
Karen Etheridge [Sat, 2 Feb 2013 23:34:45 +0000]
apply Getopt trait if available
Karen Etheridge [Sun, 3 Feb 2013 01:09:47 +0000]
Fixed docs to show how to override configfile. Also tests!
Note that the configfile sub might be called more than once, as the value is
effectively not cached at all in the attribute. However this is not likely to
be a big deal (I am assuming). :)
Karen Etheridge [Sun, 3 Feb 2013 01:40:52 +0000]
use OO syntax for handling subref
Karen Etheridge [Sun, 3 Feb 2013 01:37:43 +0000]
no need to coerce here - will happen automatically later on
Tomas Doran [Sat, 17 Dec 2011 13:13:38 +0000]
Version 0.04
Tomas Doran [Sat, 17 Dec 2011 13:14:45 +0000]
Skip MYMETA files
Karen Etheridge [Sat, 17 Dec 2011 00:42:25 +0000]
fix for RT#73325 - call the configfile default sub if it is a sub
Tomas Doran [Thu, 16 Dec 2010 19:33:46 +0000]
Add built dists to .gitignore
Tomas Doran [Thu, 16 Dec 2010 19:33:06 +0000]
Update MANIFEST.SKIP for git
Tomas Doran [Thu, 16 Dec 2010 19:32:28 +0000]
Version 0.03
Tomas Doran [Thu, 16 Dec 2010 19:25:01 +0000]
Update README
Tomas Doran [Thu, 16 Dec 2010 19:23:43 +0000]
Tart up docs
Tomas Doran [Thu, 16 Dec 2010 19:18:01 +0000]
Add repository metadata
Tomas Doran [Thu, 16 Dec 2010 19:16:35 +0000]
Add autoclean
Tomas Doran [Thu, 16 Dec 2010 19:11:31 +0000]
RT#57023
Tomas Doran [Thu, 16 Dec 2010 19:06:04 +0000]
Tidy up
Karen Etheridge [Sat, 20 Nov 2010 01:19:54 +0000]
convert all uses of Test::Exception to Test::Fatal.
Chris Prather [Wed, 15 Sep 2010 23:42:55 +0000]
update ChangeLog
Chris Prather [Wed, 15 Sep 2010 23:39:19 +0000]
fix bug reported by Strayph in #moose where a subclass would not inherit the Role behavior properly
Yuval Kogman [Tue, 1 Jul 2008 10:17:07 +0000]
add error checking for the return value of get_config_from_file
Yuval Kogman [Sun, 22 Jun 2008 01:31:57 +0000]
demand Module::Install 0.75
Brandon L Black [Wed, 23 Jan 2008 05:58:02 +0000]
0.02, use default configfile
Brandon L Black [Tue, 18 Dec 2007 23:12:30 +0000]
oops
Brandon L Black [Tue, 18 Dec 2007 22:44:08 +0000]
new dist: MooseX::ConfigFromFile