~ubuntu-branches/ubuntu/vivid/libapp-cmd-perl/vivid

« back to all changes in this revision

Viewing changes to lib/App/Cmd/ArgProcessor.pm

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2012-02-11 20:22:46 UTC
  • mfrom: (1.2.11)
  • Revision ID: package-import@ubuntu.com-20120211202246-0422h4flypekda8n
Tags: 0.316-1
* New upstream release.
* Add libio-tiecombine-perl to Depends.
* Add /me to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
package App::Cmd::ArgProcessor;
5
5
{
6
 
  $App::Cmd::ArgProcessor::VERSION = '0.314';
 
6
  $App::Cmd::ArgProcessor::VERSION = '0.316';
7
7
}
8
8
# ABSTRACT: App::Cmd-specific wrapper for Getopt::Long::Descriptive
9
9
 
34
34
 
35
35
=head1 VERSION
36
36
 
37
 
version 0.314
 
37
version 0.316
38
38
 
39
39
=head1 AUTHOR
40
40