File: Changes

package info (click to toggle)
libgetopt-tabular-perl 0.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 160 kB
  • sloc: perl: 849; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 553 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Version 0.3 (7 Apr 1999, Greg Ward <gward@python.net>)
-----------
  * help string now shows default parameter values and "negative"
    boolean options  
  * no more dependence on `tput cols` for width of help text --
    just hard-code 80 columns!


Version 0.2 (18 Jun 1997, Greg Ward <greg@bic.mni.mcgill.ca>)
-----------
  * changed to support "spoof" argument parsing (for minimal-side-effect
    checking of command-line)
  * added test program


Version 0.1 (10 Nov 1996, Greg Ward <greg@bic.mni.mcgill.ca>)
-----------
  * first public release