make all warnings fatal in tests
[gitmo/MooseX-Getopt.git] / t / 109_help_flag.t
2013-02-10 Karen Etheridge make all warnings fatal in tests
2012-12-22 Karen Etheridge test for warnings everywhere
2012-12-22 Karen Etheridge remove useless shebangs in tests
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
2012-04-14 Karen Etheridge Stay out of the guts of Getopt::Long::Descriptive:...
2010-10-26 Karen Etheridge convert all uses of Test::Exception to Test::Fatal.
2010-07-06 Tomas Doran Fix eol test
2010-07-01 Karen Etheridge Implements feature suggestion RT#58715 by storing the...