~ubuntu-branches/ubuntu/wily/libhtml-treebuilder-libxml-perl/wily

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Jonas Smedegaard, Jonas Smedegaard
  • Date: 2012-08-07 15:36:31 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120807153631-ijhh5v182o4557rx
Tags: 0.17-1
* New upstream release.

[ Jonas Smedegaard ]
* Bump debhelper compatibility level to 8.
* Update copyright file:
  + Bump file format to 1.0.
  + Fix use pseudo-license-in-comment and -comment-in-license fields:
    File format 1.0 mandates License field to either be single-line or
    include all licensing info.
* Update package relations:
  + Relax to (build-)depend unversioned on cdbs: Needed version
    satisfied in stable, and oldstable no longer supported.

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.03';
 
9
        $VERSION = '1.06';
10
10
        @ISA     = 'Module::Install::Base';
11
11
        $ISCORE  = 1;
12
12
}