~ubuntu-branches/ubuntu/wily/libmodule-info-perl/wily

« back to all changes in this revision

Viewing changes to .pc/spelling.patch/lib/Module/Info.pm

  • Committer: Package Import Robot
  • Author(s): Florian Schlichting, Ansgar Burchardt, Salvatore Bonaccorso, Florian Schlichting
  • Date: 2013-08-12 12:38:47 UTC
  • mfrom: (1.2.5)
  • Revision ID: package-import@ubuntu.com-20130812123847-xtcbs0ar3mns71bz
Tags: 0.34-1
[ Ansgar Burchardt ]
* Update my email address.
* debian/control: Convert Vcs-* fields to Git.

[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs

[ Florian Schlichting ]
* Import Upstream version 0.34.
* Add build-dependency on M::B 0.40.
* Bump Standards-Version to 3.9.4 (update to copyright-format 1.0).
* Refresh and forward patches.
* Add myself to uploaders and copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
use vars qw($VERSION @ISA $AUTOLOAD);
12
12
# quotes 'version' for 5.004
13
 
$VERSION = eval 'use version; 1' ? 'version'->new('0.32') : '0.32';
 
13
$VERSION = eval 'use version; 1' ? 'version'->new('0.34') : '0.34';
14
14
$VERSION = eval $VERSION;
15
15
 
16
16