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

« back to all changes in this revision

Viewing changes to lib/App/Cmd/Plugin.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:
1
1
use strict;
2
2
use warnings;
3
3
package App::Cmd::Plugin;
4
 
$App::Cmd::Plugin::VERSION = '0.324';
 
4
$App::Cmd::Plugin::VERSION = '0.327';
5
5
# ABSTRACT: a plugin for App::Cmd commands
6
6
 
7
7
sub _faux_curried_method {
27
27
 
28
28
=head1 VERSION
29
29
 
30
 
version 0.324
 
30
version 0.327
31
31
 
32
32
=head1 AUTHOR
33
33
 
35
35
 
36
36
=head1 COPYRIGHT AND LICENSE
37
37
 
38
 
This software is copyright (c) 2014 by Ricardo Signes.
 
38
This software is copyright (c) 2015 by Ricardo Signes.
39
39
 
40
40
This is free software; you can redistribute it and/or modify it under
41
41
the same terms as the Perl 5 programming language system itself.