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

« back to all changes in this revision

Viewing changes to lib/App/Cmd/Plugin.pm

  • Committer: Bazaar Package Importer
  • Author(s): Salvatore Bonaccorso, gregor herrmann, Salvatore Bonaccorso
  • Date: 2011-02-08 16:31:34 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110208163134-7k8djok0u23hov9i
Tags: 0.310-1

[ gregor herrmann ]
* Add libtest-simple-perl (>= 0.96) to Build-Depends-Indep.

[ Salvatore Bonaccorso ]
* New upstream release
* Add libclass-load-perl to (Build-)Depends(-Indep).
* Email change: Salvatore Bonaccorso -> carnil@debian.org
* debian/copyright: Refresh and update copyright years for debian/*
  packaging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
use warnings;
3
3
package App::Cmd::Plugin;
4
4
BEGIN {
5
 
  $App::Cmd::Plugin::VERSION = '0.309';
 
5
  $App::Cmd::Plugin::VERSION = '0.310';
6
6
}
7
7
# ABSTRACT: a plugin for App::Cmd commands
8
8
 
26
26
 
27
27
=head1 VERSION
28
28
 
29
 
version 0.309
 
29
version 0.310
30
30
 
31
31
=head1 AUTHOR
32
32