~ubuntu-branches/ubuntu/wily/libapp-cmd-perl/wily-proposed

« back to all changes in this revision

Viewing changes to lib/App/Cmd.pm

  • Committer: Package Import Robot
  • Author(s): Jonas Smedegaard, upstream
  • Date: 2015-02-25 20:12:47 UTC
  • mfrom: (1.2.19)
  • Revision ID: package-import@ubuntu.com-20150225201247-9gddixxg3xjxsk4n
Tags: 0.327-1
[ upstream ]
New release(s).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
use 5.006;
4
4
 
5
5
package App::Cmd;
6
 
$App::Cmd::VERSION = '0.324';
 
6
$App::Cmd::VERSION = '0.327';
7
7
use App::Cmd::ArgProcessor;
8
8
BEGIN { our @ISA = 'App::Cmd::ArgProcessor' };
9
9
# ABSTRACT: write command line apps with less suffering
691
691
 
692
692
=head1 VERSION
693
693
 
694
 
version 0.324
 
694
version 0.327
695
695
 
696
696
=head1 SYNOPSIS
697
697
 
960
960
 
961
961
=head1 COPYRIGHT AND LICENSE
962
962
 
963
 
This software is copyright (c) 2014 by Ricardo Signes.
 
963
This software is copyright (c) 2015 by Ricardo Signes.
964
964
 
965
965
This is free software; you can redistribute it and/or modify it under
966
966
the same terms as the Perl 5 programming language system itself.