~ubuntu-branches/ubuntu/wily/libdata-ical-perl/wily

« back to all changes in this revision

Viewing changes to inc/Module/Install/Fetch.pm

  • Committer: Package Import Robot
  • Author(s): Florian Schlichting, gregor herrmann, Salvatore Bonaccorso, Florian Schlichting
  • Date: 2015-08-12 21:47:51 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20150812214751-as5efzrjvwqpek1w
Tags: 0.22+dfsg-1
[ gregor herrmann ]
* Strip trailing slash from metacpan URLs.

[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend

[ Florian Schlichting ]
* Import Upstream version 0.22+dfsg
* Update copyright years
* Declare compliance with Debian Policy 3.9.6
* Mark package autopkgtest-able

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
use vars qw{$VERSION @ISA $ISCORE};
8
8
BEGIN {
9
 
        $VERSION = '1.06';
 
9
        $VERSION = '1.14';
10
10
        @ISA     = 'Module::Install::Base';
11
11
        $ISCORE  = 1;
12
12
}