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

« back to all changes in this revision

Viewing changes to lib/App/Cmd/Subdispatch/DashedStyle.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::Subdispatch::DashedStyle;
5
5
BEGIN {
6
 
  $App::Cmd::Subdispatch::DashedStyle::VERSION = '0.310';
 
6
  $App::Cmd::Subdispatch::DashedStyle::VERSION = '0.311';
7
7
}
8
8
use App::Cmd::Subdispatch;
9
9
BEGIN { our @ISA = 'App::Cmd::Subdispatch' };
64
64
 
65
65
=head1 VERSION
66
66
 
67
 
version 0.310
 
67
version 0.311
68
68
 
69
69
=head1 METHODS
70
70
 
90
90
 
91
91
=head1 COPYRIGHT AND LICENSE
92
92
 
93
 
This software is copyright (c) 2010 by Ricardo Signes.
 
93
This software is copyright (c) 2011 by Ricardo Signes.
94
94
 
95
95
This is free software; you can redistribute it and/or modify it under
96
96
the same terms as the Perl 5 programming language system itself.