Revision history for Getopt::Plus.
0.90 Thu Nov 28 8:06PM GMT 2002
- First Public Version
- Replace explicite requisite handling with generalized modes of
execution
- Make package, version args to new mandatory. Remove recognition
of $main::PACKAGE, $main::VERSION
- Remove exec-monitor
0.88 Thu Sep 12 3:38PM GMT 2002
- Add commify
0.87 Wed Sep 4 11:27PM GMT 2002
- Tweaks to tests for FreeBSD compatibility
- Dump @ARGV when @ARGV != 1 and ary == 1
0.86 Tue Aug 20 11:44PM GMT 2002
- Change semantics of check, req_check to fail on exception rather
than return code (so we get a message, and it's harder to fail
by accident)
- Output error messages for failed check, initialize, etc.
0.85 Wed Aug 14 4:43PM GMT 2002
- Handle '*' arg_ary
0.84 Mon Aug 12 1:49PM GMT 2002
- Add check, finalize, end calls
0.83 Mon Aug 5 10:33AM GMT 2002
- Amend call to Log::Info to use :trap pragma rather than deprecated
trap_warn_die
0.82 Wed Jul 31 3:03PM GMT 2002
- Only check global $PACKAGE, $VERSION if corresponding arguments
not passed to new
0.81 Mon Jul 29 3:39PM GMT 2002
- Correct options handling for boolean options
- Add check_run method
- Add ERR_EXTERNAL value
- Amend new_exit_value to work backwards (to minimize movement of
numbers as new standard numbers are added)
- Handle (scalar) mandatory options
- Add exec-monitor executable
0.80 Fri Jul 26 8:00AM GMT 2002
- original version