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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Salvatore Bonaccorso
  • Date: 2011-03-18 20:49:38 UTC
  • mfrom: (1.2.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20110318204938-s1hetgw1k1jxc7ix
Tags: 0.311-1
* New upstream release
* debian/copyright: Refresh upstreams copyright information.
* Bump Debhelper compat level to 8.
* debian/control: Bump versioned Build-Depends on debhelper to (>= 8).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
package App::Cmd::Command;
5
5
BEGIN {
6
 
  $App::Cmd::Command::VERSION = '0.310';
 
6
  $App::Cmd::Command::VERSION = '0.311';
7
7
}
8
8
use App::Cmd::ArgProcessor;
9
9
BEGIN { our @ISA = 'App::Cmd::ArgProcessor' };
138
138
 
139
139
=head1 VERSION
140
140
 
141
 
version 0.310
 
141
version 0.311
142
142
 
143
143
=head1 METHODS
144
144
 
241
241
 
242
242
=head1 COPYRIGHT AND LICENSE
243
243
 
244
 
This software is copyright (c) 2010 by Ricardo Signes.
 
244
This software is copyright (c) 2011 by Ricardo Signes.
245
245
 
246
246
This is free software; you can redistribute it and/or modify it under
247
247
the same terms as the Perl 5 programming language system itself.