11 years agouse OO syntax for handling subref
Karen Etheridge [Fri, 8 Feb 2013 01:46:16 +0000]
use OO syntax for handling subref

11 years agoinclude configfile=>$value to new()
Karen Etheridge [Fri, 8 Feb 2013 00:32:55 +0000]
include configfile=>$value to new()

11 years agosupport the configfile sub being totally overridden
Karen Etheridge [Thu, 7 Feb 2013 23:24:14 +0000]
support the configfile sub being totally overridden

11 years agoallow for has configfile => ( init_arg => 0 )
Karen Etheridge [Fri, 8 Feb 2013 00:23:59 +0000]
allow for has configfile => ( init_arg => 0 )

11 years agoremove useless temp variable
Karen Etheridge [Fri, 8 Feb 2013 00:15:43 +0000]
remove useless temp variable

11 years agochange these paths to be more clear
Karen Etheridge [Thu, 7 Feb 2013 23:09:26 +0000]
change these paths to be more clear

11 years agounroll [@FLORA]
Karen Etheridge [Thu, 7 Feb 2013 22:46:48 +0000]
unroll [@FLORA]

11 years agoforce path to Path::Tiny so comparisons on win32 still work
Karen Etheridge [Thu, 7 Feb 2013 21:36:52 +0000]
force path to Path::Tiny so comparisons on win32 still work

11 years agoadd missing prereq
Karen Etheridge [Thu, 7 Feb 2013 17:42:05 +0000]
add missing prereq

11 years agoMooseX-Getopt-0.53 v0.53
Karen Etheridge [Tue, 5 Feb 2013 18:08:11 +0000]
MooseX-Getopt-0.53

 - properly indicate optional dependency in tests using
   MooseX::ConfigFromFile

11 years agospelling
Karen Etheridge [Tue, 5 Feb 2013 17:50:53 +0000]
spelling

11 years agouse Try::Tiny instead of eval
Karen Etheridge [Tue, 5 Feb 2013 17:41:39 +0000]
use Try::Tiny instead of eval

11 years agocan use the same enclosing block for all these tests
Karen Etheridge [Tue, 5 Feb 2013 17:28:00 +0000]
can use the same enclosing block for all these tests

11 years agofix incorrect prereq declaration
Karen Etheridge [Tue, 5 Feb 2013 17:26:04 +0000]
fix incorrect prereq declaration

11 years agoMooseX-Getopt-0.52 v0.52
Karen Etheridge [Sun, 3 Feb 2013 03:03:05 +0000]
MooseX-Getopt-0.52

 - tests converted from using Path::Class to Path::Tiny

11 years agoPath::Class -> Path::Tiny
Karen Etheridge [Sat, 2 Feb 2013 19:47:27 +0000]
Path::Class -> Path::Tiny

11 years agoMooseX-Getopt-0.51 v0.51
Karen Etheridge [Sun, 27 Jan 2013 17:39:30 +0000]
MooseX-Getopt-0.51

 - missing test prereqs now declared (thanks for the automated reports, David
   Cantrell!)

11 years agoadd missing prereqs
Karen Etheridge [Fri, 25 Jan 2013 06:25:55 +0000]
add missing prereqs

11 years agoMooseX-Getopt-0.50 v0.50
Karen Etheridge [Thu, 27 Dec 2012 08:22:56 +0000]
MooseX-Getopt-0.50

 - unbreak Catalyst::Runtime tests (etc) by keeping _getopt_full_usage in the
   callstack. (RT#82249)

11 years agochain _getopt_full_usage in the other direction, to unbreak modules that override...
Karen Etheridge [Thu, 27 Dec 2012 08:20:46 +0000]
chain _getopt_full_usage in the other direction, to unbreak modules that override this

11 years agoMooseX-Getopt-0.49 v0.49
Karen Etheridge [Wed, 26 Dec 2012 18:14:52 +0000]
MooseX-Getopt-0.49

 - silence a warning in tests if the user does not have YAML::XS installed
   (thanks for the report, Getty!)
 - fix off-by-one issues in test plans if optional requirements are not met

11 years agoTest::Requires must come before Test::NoWarnings
Karen Etheridge [Wed, 26 Dec 2012 18:07:49 +0000]
Test::Requires must come before Test::NoWarnings

11 years agoremove Test::Deep usage that is not that necessary
Karen Etheridge [Wed, 26 Dec 2012 18:05:10 +0000]
remove Test::Deep usage that is not that necessary

11 years agoallow tests to run without warnings even if YAML::XS is not installed
Karen Etheridge [Wed, 26 Dec 2012 01:30:47 +0000]
allow tests to run without warnings even if YAML::XS is not installed

We could instead just add YAML::XS to the Test::Requires list, but (so long as
Config::Any::YAML continues to support YAML/YAML::Syck) this route lets us
test the MooseX::SimpleConfig path on more systems.

11 years agolist the optional prereqs as recommendations
Karen Etheridge [Tue, 25 Dec 2012 08:45:32 +0000]
list the optional prereqs as recommendations

TODO: Perl::PrereqScanner (via the [AutoPrereqs] plugin) really ought to do
this for us. (See RT#82245)

11 years agoMooseX::Getopt now pulls in ::GLD and Getopt::Long::Descriptive mandatorily
Karen Etheridge [Tue, 25 Dec 2012 08:45:07 +0000]
MooseX::Getopt now pulls in ::GLD and Getopt::Long::Descriptive mandatorily

11 years agotest for warnings here too
Karen Etheridge [Tue, 25 Dec 2012 08:39:23 +0000]
test for warnings here too

11 years agocollapse these tests together
Karen Etheridge [Tue, 25 Dec 2012 08:34:17 +0000]
collapse these tests together

11 years agoremove spurious version requirements
Karen Etheridge [Tue, 25 Dec 2012 08:29:04 +0000]
remove spurious version requirements

11 years agofix typo in pod
Karen Etheridge [Tue, 25 Dec 2012 08:24:16 +0000]
fix typo in pod

11 years agoMooseX-Getopt-0.48 v0.48
Karen Etheridge [Mon, 24 Dec 2012 02:09:46 +0000]
MooseX-Getopt-0.48

 - documentation and tests amended to prefer usage of 'trait' over 'metaclass'
   as much as possible
 - print_usage_text() exposed as a public method, to make it easier for
   consuming classes to modify the behaviour when usage text is printed

11 years agoexpose print_usage_text() as public method
Karen Etheridge [Mon, 24 Dec 2012 00:59:25 +0000]
expose print_usage_text() as public method

11 years agodon't test private methods, but just what happens in each case
Karen Etheridge [Mon, 24 Dec 2012 01:15:28 +0000]
don't test private methods, but just what happens in each case

11 years agochangelog re metaclass->trait
Karen Etheridge [Mon, 24 Dec 2012 01:27:49 +0000]
changelog re metaclass->trait

11 years agouse Test::Fatal to test this exception
Karen Etheridge [Sun, 23 Dec 2012 19:58:19 +0000]
use Test::Fatal to test this exception

11 years agopackage name not needed here
Karen Etheridge [Sun, 23 Dec 2012 19:57:49 +0000]
package name not needed here

11 years agospurious whitespace
Karen Etheridge [Sun, 23 Dec 2012 19:53:01 +0000]
spurious whitespace

11 years agoI'm always forgetting where the repo data is...
Karen Etheridge [Sat, 22 Dec 2012 10:02:20 +0000]
I'm always forgetting where the repo data is...

11 years agoprefer trait over metaclass as much as possible
Karen Etheridge [Sat, 22 Dec 2012 07:19:52 +0000]
prefer trait over metaclass as much as possible

11 years agomention the aliasing feature of NoGetopt as well
Karen Etheridge [Sat, 22 Dec 2012 06:57:26 +0000]
mention the aliasing feature of NoGetopt as well

11 years agoAs of v0.36, there is a hook to change this
Karen Etheridge [Sat, 22 Dec 2012 07:35:27 +0000]
As of v0.36, there is a hook to change this

11 years agodone_testing is gone; no need for 0.88
Karen Etheridge [Sat, 22 Dec 2012 07:41:47 +0000]
done_testing is gone; no need for 0.88

11 years agotest for warnings everywhere
Karen Etheridge [Sat, 22 Dec 2012 01:49:12 +0000]
test for warnings everywhere

11 years agoadd test counts, obviating done_testing
Karen Etheridge [Sat, 22 Dec 2012 01:47:34 +0000]
add test counts, obviating done_testing

11 years agoremove useless shebangs in tests
Karen Etheridge [Sat, 22 Dec 2012 01:36:09 +0000]
remove useless shebangs in tests

11 years agofix some broken pod links
Karen Etheridge [Thu, 29 Nov 2012 06:55:25 +0000]
fix some broken pod links

11 years agomake sure the author has prereqs installed
Karen Etheridge [Thu, 29 Nov 2012 06:55:14 +0000]
make sure the author has prereqs installed

11 years agono need to fuss about versions installed
Karen Etheridge [Thu, 29 Nov 2012 06:54:59 +0000]
no need to fuss about versions installed

11 years agosome more release tests
Karen Etheridge [Sat, 1 Sep 2012 19:04:06 +0000]
some more release tests

11 years agoMooseX-Getopt-0.47 v0.47
Karen Etheridge [Thu, 30 Aug 2012 23:38:27 +0000]
MooseX-Getopt-0.47

 - re-release to remove double $VERSION declarations

11 years agooops, PkgVersion was being applied twice
Karen Etheridge [Thu, 30 Aug 2012 23:37:56 +0000]
oops, PkgVersion was being applied twice

11 years agoMooseX-Getopt-0.46 v0.46
Karen Etheridge [Thu, 30 Aug 2012 22:18:03 +0000]
MooseX-Getopt-0.46

 - -h is also treated as a --help option

11 years agowork around [@Git] bug in allow_dirty
Karen Etheridge [Thu, 30 Aug 2012 22:17:25 +0000]
work around [@Git] bug in allow_dirty

11 years agosome more release-phase things
Karen Etheridge [Thu, 30 Aug 2012 22:04:48 +0000]
some more release-phase things

11 years agoinclude -TRIAL in the Changes file
Karen Etheridge [Thu, 30 Aug 2012 22:04:38 +0000]
include -TRIAL in the Changes file

11 years agoadd some more metadata to the dist
Karen Etheridge [Thu, 30 Aug 2012 22:03:30 +0000]
add some more metadata to the dist

11 years agoalso treat "-h" as a request for help
Karen Etheridge [Thu, 30 Aug 2012 21:59:27 +0000]
also treat "-h" as a request for help

11 years ago-? is also accepted as a help option
Karen Etheridge [Thu, 30 Aug 2012 21:57:16 +0000]
-? is also accepted as a help option

11 years agoMooseX-Getopt-0.45 v0.45
Karen Etheridge [Sun, 13 May 2012 16:50:55 +0000]
MooseX-Getopt-0.45

 - use Path::Class in test to avoid test failures on MSWin32 with filename
   construction

11 years agoavoid MSWin32 test failures
Karen Etheridge [Sun, 13 May 2012 16:49:44 +0000]
avoid MSWin32 test failures

11 years agoMooseX-Getopt-0.44 v0.44
Karen Etheridge [Fri, 11 May 2012 17:45:36 +0000]
MooseX-Getopt-0.44

 - now respecting value of configfile passed to the constructor, when used in
   conjunction with MooseX::ConfigFromFile. (Karen Etheridge)

11 years agocomment out plugin that aborts the release process
Karen Etheridge [Fri, 11 May 2012 17:44:45 +0000]
comment out plugin that aborts the release process

11 years agorespect new_with_options(configfile => "foo")
Karen Etheridge [Fri, 11 May 2012 17:41:03 +0000]
respect new_with_options(configfile => "foo")

11 years agoauthor note
Karen Etheridge [Fri, 11 May 2012 17:37:39 +0000]
author note

11 years agoTODO tests for configfile in constructor failure
Karen Etheridge [Fri, 11 May 2012 17:17:40 +0000]
TODO tests for configfile in constructor failure

11 years agorelease test for Changes content; pre-release checks in git
Karen Etheridge [Sat, 5 May 2012 17:19:39 +0000]
release test for Changes content; pre-release checks in git

11 years agopush release back to origin
Karen Etheridge [Sun, 29 Apr 2012 18:29:19 +0000]
push release back to origin

11 years agowhitespace fix
Karen Etheridge [Sun, 29 Apr 2012 18:27:51 +0000]
whitespace fix

11 years agoMooseX-Getopt-0.43 v0.43
Karen Etheridge [Sun, 29 Apr 2012 16:36:26 +0000]
MooseX-Getopt-0.43

 - re-release as non-trial.

11 years agochangelog
Karen Etheridge [Sun, 29 Apr 2012 16:07:36 +0000]
changelog

12 years agofix version string in commit message
Karen Etheridge [Sun, 15 Apr 2012 16:31:55 +0000]
fix version string in commit message

12 years agothese were actually trial releases
Karen Etheridge [Sun, 15 Apr 2012 16:22:23 +0000]
these were actually trial releases

12 years agoMooseX-Getopt-v0.42-TRIAL v0.42
Karen Etheridge [Sun, 15 Apr 2012 16:14:14 +0000]
MooseX-Getopt-v0.42-TRIAL

 - reformatted the Changes file, with the help of CPAN::Changes, to something
   a little more standard.
 - more release-only tests added

12 years agosome release-time git plugins that should meet rafl's requirements
Karen Etheridge [Sun, 15 Apr 2012 16:03:32 +0000]
some release-time git plugins that should meet rafl's requirements

12 years agobe more specific about the 0.41 change
Karen Etheridge [Sun, 15 Apr 2012 15:52:25 +0000]
be more specific about the 0.41 change

12 years agochangelog for next release
Karen Etheridge [Sun, 15 Apr 2012 15:50:58 +0000]
changelog for next release

12 years agoautomatically add the version to the Changes file, to prevent more releases with...
Karen Etheridge [Sun, 15 Apr 2012 15:36:36 +0000]
automatically add the version to the Changes file, to prevent more releases with ugly {{$NEXT}}

12 years agoadd a few more tests
Karen Etheridge [Sun, 15 Apr 2012 15:48:05 +0000]
add a few more tests

12 years agotest manifest
Karen Etheridge [Sun, 15 Apr 2012 15:47:52 +0000]
test manifest

12 years agotest the Changes file; standardize the dates
Karen Etheridge [Sun, 15 Apr 2012 15:35:28 +0000]
test the Changes file; standardize the dates

12 years agoreformat the Changes file
Karen Etheridge [Sun, 15 Apr 2012 15:27:26 +0000]
reformat the Changes file

12 years agorename ChangeLog->Changes
Karen Etheridge [Sun, 15 Apr 2012 15:45:27 +0000]
rename ChangeLog->Changes

12 years agofix timestamp from 0.41 release
Karen Etheridge [Sun, 15 Apr 2012 15:45:10 +0000]
fix timestamp from 0.41 release

12 years agoversion bump
Karen Etheridge [Sun, 15 Apr 2012 01:35:37 +0000]
version bump

12 years agoprint --usage, --help to stdout not stderr topic/usage_exit_not_die
Karen Etheridge [Sat, 14 Apr 2012 19:04:01 +0000]
print --usage, --help to stdout not stderr

12 years agoStay out of the guts of Getopt::Long::Descriptive::Usage when testing its text
Karen Etheridge [Sat, 14 Apr 2012 17:00:35 +0000]
Stay out of the guts of Getopt::Long::Descriptive::Usage when testing its text

12 years agoVersion 0.40 0.40
Tomas Doran [Fri, 13 Apr 2012 08:27:52 +0000]
Version 0.40

12 years agoFix tests for new GLD. RT#76287
Tomas Doran [Fri, 13 Apr 2012 08:27:24 +0000]
Fix tests for new GLD. RT#76287

12 years agoPod fix from debian. Salvatore Bonaccorso <carnil@debian.org> RT#74681
Tomas Doran [Sun, 5 Feb 2012 20:54:33 +0000]
Pod fix from debian. Salvatore Bonaccorso <carnil@debian.org> RT#74681

12 years agoSpelling fix from debian. Jonathan Yu <jawnsy@cpan.org> RT#74681
Tomas Doran [Sun, 5 Feb 2012 20:50:34 +0000]
Spelling fix from debian. Jonathan Yu <jawnsy@cpan.org> RT#74681

12 years agofix typo in Changes :)
Karen Etheridge [Fri, 3 Feb 2012 19:55:05 +0000]
fix typo in Changes :)

12 years agoVersion 0.39 0.39
Tomas Doran [Fri, 3 Feb 2012 14:13:38 +0000]
Version 0.39

12 years agoFix pointed out by Gaal Yahas in irc
Tomas Doran [Fri, 3 Feb 2012 14:12:58 +0000]
Fix pointed out by Gaal Yahas in irc

12 years agoVersion 0.38 0.38
Tomas Doran [Fri, 23 Dec 2011 08:38:36 +0000]
Version 0.38

12 years agoclarify doc patch - the "pass_through" option enables no strict *options*. Extra...
Karen Etheridge [Thu, 22 Dec 2011 23:19:21 +0000]
clarify doc patch - the "pass_through" option enables no strict *options*. Extra arguments that do not look like options are already passed along.

12 years agodoc patches, re Getopt::Long config and extra_argv.
Karen Etheridge [Thu, 22 Dec 2011 23:10:43 +0000]
doc patches, re Getopt::Long config and extra_argv.

13 years agoVersion 0.37 0.37
Tomas Doran [Wed, 30 Mar 2011 08:54:05 +0000]
Version 0.37

13 years agoFix missing dependency RT#67077
Tomas Doran [Wed, 30 Mar 2011 08:52:45 +0000]
Fix missing dependency RT#67077

13 years agoAdded getopt_conf documentation
Damien Krotkine [Tue, 29 Mar 2011 16:44:01 +0000]
Added getopt_conf documentation

13 years agoVersion 0.36 0.36
Tomas Doran [Tue, 29 Mar 2011 15:24:19 +0000]
Version 0.36