make all warnings fatal in tests
[gitmo/MooseX-Getopt.git] / t /
2013-02-10 Karen Etheridge make all warnings fatal in tests
2013-02-09 Karen Etheridge remove specific version requirement for MooseX::ConfigF...
2013-02-09 Karen Etheridge fix tests for MooseX::ConfigFromFile 0.08
2013-02-09 Karen Etheridge include configfile=>$value to new()
2013-02-09 Karen Etheridge support the configfile sub being totally overridden
2013-02-09 Karen Etheridge remove useless temp variable
2013-02-09 Karen Etheridge change these paths to be more clear
2013-02-09 Karen Etheridge force path to Path::Tiny so comparisons on win32 still...
2013-02-05 Karen Etheridge can use the same enclosing block for all these tests
2013-02-05 Karen Etheridge fix incorrect prereq declaration
2013-02-03 Karen Etheridge Path::Class -> Path::Tiny
2012-12-27 Karen Etheridge chain _getopt_full_usage in the other direction, to...
2012-12-26 Karen Etheridge Test::Requires must come before Test::NoWarnings
2012-12-26 Karen Etheridge remove Test::Deep usage that is not that necessary
2012-12-26 Karen Etheridge allow tests to run without warnings even if YAML::XS...
2012-12-25 Karen Etheridge MooseX::Getopt now pulls in ::GLD and Getopt::Long...
2012-12-25 Karen Etheridge test for warnings here too
2012-12-25 Karen Etheridge collapse these tests together
2012-12-25 Karen Etheridge remove spurious version requirements
2012-12-24 Karen Etheridge expose print_usage_text() as public method
2012-12-24 Karen Etheridge don't test private methods, but just what happens in...
2012-12-23 Karen Etheridge use Test::Fatal to test this exception
2012-12-23 Karen Etheridge package name not needed here
2012-12-23 Karen Etheridge spurious whitespace
2012-12-22 Karen Etheridge prefer trait over metaclass as much as possible
2012-12-22 Karen Etheridge test for warnings everywhere
2012-12-22 Karen Etheridge add test counts, obviating done_testing
2012-12-22 Karen Etheridge remove useless shebangs in tests
2012-08-30 Karen Etheridge also treat "-h" as a request for help
2012-05-13 Karen Etheridge avoid MSWin32 test failures
2012-05-11 Karen Etheridge respect new_with_options(configfile => "foo")
2012-05-11 Karen Etheridge TODO tests for configfile in constructor failure
2012-04-14 Karen Etheridge print --usage, --help to stdout not stderr topic/usage_exit_not_die
2012-04-14 Karen Etheridge Stay out of the guts of Getopt::Long::Descriptive:...
2012-04-13 Tomas Doran Fix tests for new GLD. RT#76287
2011-03-29 Damien Krotkine transform MooseX::Getopt::GLD into a MooseX::Parameteri...
2011-02-09 Tomas Doran Fix to all use Test::Fatal
2011-02-08 Tomas Doran revert d08ef824 - test_requires wrong
2011-02-08 Tomas Doran Whitespace pickyness topic/jswartz-process-args
2011-02-08 Jonathan Swartz move most of new_with_options logic into separate publi...
2010-10-26 Karen Etheridge convert all uses of Test::Exception to Test::Fatal.
2010-08-26 Florian Ragwitz Re-enable AutoPrereq
2010-08-26 Florian Ragwitz Fix author test fail
2010-08-26 Tomas Doran Remove Test::Most dep, doh
2010-08-26 Tomas Doran Merge remote branch 'origin/master'
2010-08-26 Tomas Doran Whitespace
2010-08-26 Tomas Doran Fix handling of union types (RT#58417)
2010-08-16 Karen Etheridge convert to using Test::Requires
2010-07-07 Justin Hunter make sure no tests are run if MX::SC 0.07 is not found
2010-07-06 Tomas Doran Swap options round
2010-07-06 Karen Etheridge use insertion order to sort attributes when formulating...
2010-07-06 Tomas Doran Add a skip if we don't have mx::simpleconfig, or not... topic/save_usage_obj
2010-07-06 Tomas Doran Fix eol test
2010-07-01 Karen Etheridge Implements feature suggestion RT#58715 by storing the...
2010-06-27 Karen Etheridge removed timestamp from Changelog; added additional...
2010-06-27 Karen Etheridge removed timestamp from Changelog; added additional...
2010-06-27 Karen Etheridge clarify comments/changelog -- MooseX::ConfigFromFile...
2010-06-27 Karen Etheridge add number to filename of new testcase
2010-06-27 Karen Etheridge Disable auto_help config in Getopt::Long, to avoid...
2010-06-05 Florian Ragwitz Remove some more trailing whitespace
2010-06-05 Florian Ragwitz Convert to Dist::Zilla
2010-06-04 Jesse Luehrs make ::Strict work with the trait stuff
2010-02-12 Ævar Arnfjörð Bjar... Convert tabs to spaces
2010-02-12 Ævar Arnfjörð Bjar... MooseX::Getopt::Dashes: Document how ::Dashes interacts...
2010-02-09 Tomas Doran (t0m) Revert "Add test for strange --version handling"
2010-02-09 Tomas Doran (t0m) Revert "Skip relevants tests when appropriate"
2010-02-09 Tomas Doran (t0m) Revert "Just skip the test if we don't have Capture...
2010-01-25 Hinrik Örn Sigurðsson Just skip the test if we don't have Capture::Tiny
2010-01-25 Hinrik Örn Sigurðsson Skip relevants tests when appropriate
2010-01-25 Hinrik Örn Sigurðsson Add test for strange --version handling
2009-12-10 Shlomi Fish Add t/106_no_ignore_case.t .
2009-12-10 Tomas Doran (t0m) Add some tests showing that upper case options don...
2009-11-26 Tomas Doran Update changes, tests for new hooks
2009-11-26 Tomas Doran Basic test for hooking the usage method
2009-10-23 Tomas Doran (t0m) Fix bug when handling upper/mixedcase accessors
2009-10-02 Tomas Doran Merge commit 'upstream/topic/configfile_default_codref_...
2009-08-30 Tomas Doran Force author tests to be run when in author mode
2009-08-27 Gordon Irving if configfile is a coderef call it and write some tests... topic/configfile_default_codref_call
2009-08-13 Shlomi Fish Implement functionality of MooseX::Getopt::Basic .
2009-08-13 Tomas Doran Cleanup test, removing unneeded code serving no purpose...
2009-08-12 Shlomi Fish Enable the argv argument to the constructor.
2009-07-05 t0m Fix tests from RT#44909
2009-07-05 t0m Fix warnings
2009-04-09 Dagfinn Ilmari Man... add MooseX::Getopt::Dashes
2009-02-17 Ricardo SIGNES skip pod tests, do not block install 0_16
2008-07-10 Stevan Little 0.14
2008-06-05 Yuval Kogman Params passed to new_with_options are no longer required
2008-06-05 Stevan Little failing tests
2008-04-23 Ryan D Johnson Getopt shouldn't require ConfigFromFile role applied...
2008-04-23 Ryan D Johnson Update versions, changelog, fix test when ConfigFromFil...
2008-04-23 Ryan D Johnson When required attributes are loaded from config, they...
2008-04-23 Ryan D Johnson TODO tests for loading required attributes from config
2008-03-14 Stevan Little 0.12
2007-12-03 Stevan Little some doc fixes
2007-11-23 Stevan Little 0.06
2007-08-01 Yuval Kogman foo
2007-07-31 Chris Prather add a NoGetopt metaclass
2007-05-22 Brandon L Black Throw exceptions from new_with_options if @ARGV parsing...
2007-04-05 Stevan Little adding metaclass laliasing 0_02
2007-04-02 Brandon L Black another test
next