Skip to content

Commit

Permalink
iss#8: Updated the version for CPAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
mytram committed May 2, 2015
1 parent 1d91169 commit 5389f1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
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
Expand Down
4 changes: 2 additions & 2 deletions lib/Getopt/ArgParse.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require 5.008001;

package Getopt::ArgParse;
{
$Getopt::ArgParse::VERSION = '1.0.5';
$Getopt::ArgParse::VERSION = '1.0.6';
};

# ABSTRACT: Getopt::ArgParse - Parsing args with a richer and more user-friendly API
Expand Down Expand Up @@ -43,7 +43,7 @@ In particular, the modules provides the following features:
=head1 VERSION
version 1.0.5
version 1.0.6
=head1 SYNOPSIS
Expand Down

0 comments on commit 5389f1b

Please sign in to comment.