Karen Etheridge [Thu, 11 Jul 2013 22:18:39 +0000]
use warnings tester with fewer dependencies, issues
Karen Etheridge [Sat, 23 Feb 2013 21:58:34 +0000]
bail out on failed prereqs
Karen Etheridge [Fri, 15 Feb 2013 21:44:05 +0000]
MooseX-Getopt-0.56
- depend on newest Path::Tiny, to regain 5.8.x compatibility (gone since
v0.52)
Karen Etheridge [Fri, 15 Feb 2013 21:10:32 +0000]
bring back 5.8 compatibility
Karen Etheridge [Tue, 12 Feb 2013 18:05:15 +0000]
MooseX-Getopt-0.55
- fix broken tests on win32 with file comparisons
Karen Etheridge [Tue, 12 Feb 2013 04:50:33 +0000]
perform all path comparisons unix-style, to avoid win32 issues
Karen Etheridge [Mon, 11 Feb 2013 23:33:48 +0000]
use new bail_out_on_fail feature (no-op if plugin version is too old)
Karen Etheridge [Sun, 10 Feb 2013 00:40:18 +0000]
make all warnings fatal in tests
Karen Etheridge [Sun, 10 Feb 2013 00:27:16 +0000]
MooseX-Getopt-0.54
- fix broken tests on win32 with file comparisons
- allow configfiles called "0"
- support more mechanisms for overriding default configfile
- when using in conjunction with MooseX::ConfigFromFile, configfile value now
properly passed to new()
Karen Etheridge [Sat, 9 Feb 2013 20:19:54 +0000]
ignore todo files
Karen Etheridge [Sat, 9 Feb 2013 19:54:13 +0000]
remove specific version requirement for MooseX::ConfigFromFile
Karen Etheridge [Fri, 8 Feb 2013 01:54:26 +0000]
fix tests for MooseX::ConfigFromFile 0.08
Karen Etheridge [Fri, 8 Feb 2013 01:46:16 +0000]
use OO syntax for handling subref
Karen Etheridge [Fri, 8 Feb 2013 00:32:55 +0000]
include configfile=>$value to new()
Karen Etheridge [Thu, 7 Feb 2013 23:24:14 +0000]
support the configfile sub being totally overridden
Karen Etheridge [Fri, 8 Feb 2013 00:23:59 +0000]
allow for has configfile => ( init_arg => 0 )
Karen Etheridge [Fri, 8 Feb 2013 00:15:43 +0000]
remove useless temp variable
Karen Etheridge [Thu, 7 Feb 2013 23:09:26 +0000]
change these paths to be more clear
Karen Etheridge [Thu, 7 Feb 2013 22:46:48 +0000]
unroll [@FLORA]
Karen Etheridge [Thu, 7 Feb 2013 21:36:52 +0000]
force path to Path::Tiny so comparisons on win32 still work
Karen Etheridge [Thu, 7 Feb 2013 17:42:05 +0000]
add missing prereq
Karen Etheridge [Tue, 5 Feb 2013 18:08:11 +0000]
MooseX-Getopt-0.53
- properly indicate optional dependency in tests using
MooseX::ConfigFromFile
Karen Etheridge [Tue, 5 Feb 2013 17:50:53 +0000]
spelling
Karen Etheridge [Tue, 5 Feb 2013 17:41:39 +0000]
use Try::Tiny instead of eval
Karen Etheridge [Tue, 5 Feb 2013 17:28:00 +0000]
can use the same enclosing block for all these tests
Karen Etheridge [Tue, 5 Feb 2013 17:26:04 +0000]
fix incorrect prereq declaration
Karen Etheridge [Sun, 3 Feb 2013 03:03:05 +0000]
MooseX-Getopt-0.52
- tests converted from using Path::Class to Path::Tiny
Karen Etheridge [Sat, 2 Feb 2013 19:47:27 +0000]
Path::Class -> Path::Tiny
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!)
Karen Etheridge [Fri, 25 Jan 2013 06:25:55 +0000]
add missing prereqs
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)
Karen Etheridge [Thu, 27 Dec 2012 08:20:46 +0000]
chain _getopt_full_usage in the other direction, to unbreak modules that override this
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
Karen Etheridge [Wed, 26 Dec 2012 18:07:49 +0000]
Test::Requires must come before Test::NoWarnings
Karen Etheridge [Wed, 26 Dec 2012 18:05:10 +0000]
remove Test::Deep usage that is not that necessary
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.
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)
Karen Etheridge [Tue, 25 Dec 2012 08:45:07 +0000]
MooseX::Getopt now pulls in ::GLD and Getopt::Long::Descriptive mandatorily
Karen Etheridge [Tue, 25 Dec 2012 08:39:23 +0000]
test for warnings here too
Karen Etheridge [Tue, 25 Dec 2012 08:34:17 +0000]
collapse these tests together
Karen Etheridge [Tue, 25 Dec 2012 08:29:04 +0000]
remove spurious version requirements
Karen Etheridge [Tue, 25 Dec 2012 08:24:16 +0000]
fix typo in pod
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
Karen Etheridge [Mon, 24 Dec 2012 00:59:25 +0000]
expose print_usage_text() as public method
Karen Etheridge [Mon, 24 Dec 2012 01:15:28 +0000]
don't test private methods, but just what happens in each case
Karen Etheridge [Mon, 24 Dec 2012 01:27:49 +0000]
changelog re metaclass->trait
Karen Etheridge [Sun, 23 Dec 2012 19:58:19 +0000]
use Test::Fatal to test this exception
Karen Etheridge [Sun, 23 Dec 2012 19:57:49 +0000]
package name not needed here
Karen Etheridge [Sun, 23 Dec 2012 19:53:01 +0000]
spurious whitespace
Karen Etheridge [Sat, 22 Dec 2012 10:02:20 +0000]
I'm always forgetting where the repo data is...
Karen Etheridge [Sat, 22 Dec 2012 07:19:52 +0000]
prefer trait over metaclass as much as possible
Karen Etheridge [Sat, 22 Dec 2012 06:57:26 +0000]
mention the aliasing feature of NoGetopt as well
Karen Etheridge [Sat, 22 Dec 2012 07:35:27 +0000]
As of v0.36, there is a hook to change this
Karen Etheridge [Sat, 22 Dec 2012 07:41:47 +0000]
done_testing is gone; no need for 0.88
Karen Etheridge [Sat, 22 Dec 2012 01:49:12 +0000]
test for warnings everywhere
Karen Etheridge [Sat, 22 Dec 2012 01:47:34 +0000]
add test counts, obviating done_testing
Karen Etheridge [Sat, 22 Dec 2012 01:36:09 +0000]
remove useless shebangs in tests
Karen Etheridge [Thu, 29 Nov 2012 06:55:25 +0000]
fix some broken pod links
Karen Etheridge [Thu, 29 Nov 2012 06:55:14 +0000]
make sure the author has prereqs installed
Karen Etheridge [Thu, 29 Nov 2012 06:54:59 +0000]
no need to fuss about versions installed
Karen Etheridge [Sat, 1 Sep 2012 19:04:06 +0000]
some more release tests
Karen Etheridge [Thu, 30 Aug 2012 23:38:27 +0000]
MooseX-Getopt-0.47
- re-release to remove double $VERSION declarations
Karen Etheridge [Thu, 30 Aug 2012 23:37:56 +0000]
oops, PkgVersion was being applied twice
Karen Etheridge [Thu, 30 Aug 2012 22:18:03 +0000]
MooseX-Getopt-0.46
- -h is also treated as a --help option
Karen Etheridge [Thu, 30 Aug 2012 22:17:25 +0000]
work around [@Git] bug in allow_dirty
Karen Etheridge [Thu, 30 Aug 2012 22:04:48 +0000]
some more release-phase things
Karen Etheridge [Thu, 30 Aug 2012 22:04:38 +0000]
include -TRIAL in the Changes file
Karen Etheridge [Thu, 30 Aug 2012 22:03:30 +0000]
add some more metadata to the dist
Karen Etheridge [Thu, 30 Aug 2012 21:59:27 +0000]
also treat "-h" as a request for help
Karen Etheridge [Thu, 30 Aug 2012 21:57:16 +0000]
-? is also accepted as a help option
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
Karen Etheridge [Sun, 13 May 2012 16:49:44 +0000]
avoid MSWin32 test failures
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)
Karen Etheridge [Fri, 11 May 2012 17:44:45 +0000]
comment out plugin that aborts the release process
Karen Etheridge [Fri, 11 May 2012 17:41:03 +0000]
respect new_with_options(configfile => "foo")
Karen Etheridge [Fri, 11 May 2012 17:37:39 +0000]
author note
Karen Etheridge [Fri, 11 May 2012 17:17:40 +0000]
TODO tests for configfile in constructor failure
Karen Etheridge [Sat, 5 May 2012 17:19:39 +0000]
release test for Changes content; pre-release checks in git
Karen Etheridge [Sun, 29 Apr 2012 18:29:19 +0000]
push release back to origin
Karen Etheridge [Sun, 29 Apr 2012 18:27:51 +0000]
whitespace fix
Karen Etheridge [Sun, 29 Apr 2012 16:36:26 +0000]
MooseX-Getopt-0.43
- re-release as non-trial.
Karen Etheridge [Sun, 29 Apr 2012 16:07:36 +0000]
changelog
Karen Etheridge [Sun, 15 Apr 2012 16:31:55 +0000]
fix version string in commit message
Karen Etheridge [Sun, 15 Apr 2012 16:22:23 +0000]
these were actually trial releases
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
Karen Etheridge [Sun, 15 Apr 2012 16:03:32 +0000]
some release-time git plugins that should meet rafl's requirements
Karen Etheridge [Sun, 15 Apr 2012 15:52:25 +0000]
be more specific about the 0.41 change
Karen Etheridge [Sun, 15 Apr 2012 15:50:58 +0000]
changelog for next release
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}}
Karen Etheridge [Sun, 15 Apr 2012 15:48:05 +0000]
add a few more tests
Karen Etheridge [Sun, 15 Apr 2012 15:47:52 +0000]
test manifest
Karen Etheridge [Sun, 15 Apr 2012 15:35:28 +0000]
test the Changes file; standardize the dates
Karen Etheridge [Sun, 15 Apr 2012 15:27:26 +0000]
reformat the Changes file
Karen Etheridge [Sun, 15 Apr 2012 15:45:27 +0000]
rename ChangeLog->Changes
Karen Etheridge [Sun, 15 Apr 2012 15:45:10 +0000]
fix timestamp from 0.41 release
Karen Etheridge [Sun, 15 Apr 2012 01:35:37 +0000]
version bump
Karen Etheridge [Sat, 14 Apr 2012 19:04:01 +0000]
print --usage, --help to stdout not stderr
Karen Etheridge [Sat, 14 Apr 2012 17:00:35 +0000]
Stay out of the guts of Getopt::Long::Descriptive::Usage when testing its text
Tomas Doran [Fri, 13 Apr 2012 08:27:52 +0000]
Version 0.40
Tomas Doran [Fri, 13 Apr 2012 08:27:24 +0000]
Fix tests for new GLD. RT#76287