migrated repository to github moose organization
[gitmo/MooseX-Getopt.git] / t / 104_override_usage.t
2013-07-11 Karen Etheridge use warnings tester with fewer dependencies, issues
2013-02-10 Karen Etheridge make all warnings fatal in tests
2012-12-27 Karen Etheridge chain _getopt_full_usage in the other direction, to...
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-22 Karen Etheridge test for warnings everywhere
2012-12-22 Karen Etheridge add test counts, obviating done_testing
2012-08-30 Karen Etheridge also treat "-h" as a request for help
2012-04-14 Karen Etheridge print --usage, --help to stdout not stderr topic/usage_exit_not_die
2010-10-26 Karen Etheridge convert all uses of Test::Exception to Test::Fatal.
2010-07-01 Karen Etheridge Implements feature suggestion RT#58715 by storing the...
2009-11-26 Tomas Doran Update changes, tests for new hooks
2009-11-26 Tomas Doran Basic test for hooking the usage method