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

« back to all changes in this revision

Viewing changes to lib/App/Cmd/Setup.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:
2
2
use warnings;
3
3
package App::Cmd::Setup;
4
4
BEGIN {
5
 
  $App::Cmd::Setup::VERSION = '0.310';
 
5
  $App::Cmd::Setup::VERSION = '0.311';
6
6
}
7
7
# ABSTRACT: helper for setting up App::Cmd classes
8
8
 
149
149
 
150
150
=head1 VERSION
151
151
 
152
 
version 0.310
 
152
version 0.311
153
153
 
154
154
=head1 OVERVIEW
155
155
 
220
220
 
221
221
=head1 COPYRIGHT AND LICENSE
222
222
 
223
 
This software is copyright (c) 2010 by Ricardo Signes.
 
223
This software is copyright (c) 2011 by Ricardo Signes.
224
224
 
225
225
This is free software; you can redistribute it and/or modify it under
226
226
the same terms as the Perl 5 programming language system itself.