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

« back to all changes in this revision

Viewing changes to lib/App/Cmd/Simple.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::Simple;
5
5
{
6
 
  $App::Cmd::Simple::VERSION = '0.314';
 
6
  $App::Cmd::Simple::VERSION = '0.316';
7
7
}
8
8
use App::Cmd::Command;
9
9
BEGIN { our @ISA = 'App::Cmd::Command' }
102
102
 
103
103
=head1 VERSION
104
104
 
105
 
version 0.314
 
105
version 0.316
106
106
 
107
107
=head1 SYNOPSIS
108
108