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

« back to all changes in this revision

Viewing changes to lib/App/Cmd.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:
4
4
 
5
5
package App::Cmd;
6
6
{
7
 
  $App::Cmd::VERSION = '0.314';
 
7
  $App::Cmd::VERSION = '0.316';
8
8
}
9
9
use App::Cmd::ArgProcessor;
10
10
BEGIN { our @ISA = 'App::Cmd::ArgProcessor' };
382
382
 
383
383
=head1 VERSION
384
384
 
385
 
version 0.314
 
385
version 0.316
386
386
 
387
387
=head1 SYNOPSIS
388
388