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

« back to all changes in this revision

Viewing changes to lib/App/Cmd/Command/commands.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::commands;
5
5
BEGIN {
6
 
  $App::Cmd::Command::commands::VERSION = '0.310';
 
6
  $App::Cmd::Command::commands::VERSION = '0.311';
7
7
}
8
8
use App::Cmd::Command;
9
9
BEGIN { our @ISA = 'App::Cmd::Command' };
66
66
 
67
67
=head1 VERSION
68
68
 
69
 
version 0.310
 
69
version 0.311
70
70
 
71
71
=head1 DESCRIPTION
72
72
 
100
100
 
101
101
=head1 COPYRIGHT AND LICENSE
102
102
 
103
 
This software is copyright (c) 2010 by Ricardo Signes.
 
103
This software is copyright (c) 2011 by Ricardo Signes.
104
104
 
105
105
This is free software; you can redistribute it and/or modify it under
106
106
the same terms as the Perl 5 programming language system itself.