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

« back to all changes in this revision

Viewing changes to lib/App/Cmd/Command/help.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::Command::help;
5
5
{
6
 
  $App::Cmd::Command::help::VERSION = '0.314';
 
6
  $App::Cmd::Command::help::VERSION = '0.316';
7
7
}
8
8
use App::Cmd::Command;
9
9
BEGIN { our @ISA = 'App::Cmd::Command'; }
67
67
 
68
68
=head1 VERSION
69
69
 
70
 
version 0.314
 
70
version 0.316
71
71
 
72
72
=head1 DESCRIPTION
73
73