File: Changes

package info (click to toggle)
libgetopt-argparse-perl 1.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 348 kB
  • sloc: perl: 1,133; makefile: 2
file content (43 lines) | stat: -rw-r--r-- 1,769 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Revision history for Getopt-ArgParse

1.0.6     2015-05-02 20:12:44 
        - Added new functionality to print_usage #8
        - Merged the pull request from apinco@github (https://github.com/mytram/perl-argparse/pull/8 for the above change

1.0.5     2015-03-06 21:46:00
        - Added new line in die to surpress developmental text (RT#102491)
        - Started using the terms: postional arguments vs. named
          arguments in replacement of "optional" arguments (RT#102497)
        - Updated to output argument help texts in required and
          optional sections for positional arguments and named
          arguments
        - Merged apinco@github for suggesting the above change
        - Merged rbonthond@github's pull (#5) for help text
          consistency improvement

1.0.4     2014-11-24 15:48:43 
        - Added artistic 2 license (issue#2)
	    - Worked around what seemed to be a corrupted stack issue,
          which caused "Bizarre copy of HASH in list assignment at
          Carp" to be thrown (issue#3)
        - Updated error messages to be more consisten with
          Getopt::Long (issue#3)

1.0.3     2013-10-28 07:41:38 
        - Added module dependency Test::Exception in Makefile
	    - Fixed a typo in perldoc

1.0.2     2013-10-04 14:27:23 
        - The same release as 1.0.2 as uploading 1.0.1 to CPAN before
          by mistake

1.0.1     2013-10-04 14:08:32 
        - Added add_arg and add_args aliases to add_argument and
          add_arguments, respectively, based on feedback on prepan
        - Fixed the unknown option error for current_command if not
          parsing for subcommands
        - Updates to conform to CPAN conventions
        - Perldoc improvement

1.0.0     2013-09-26
        - Initial Release