~ubuntu-branches/ubuntu/saucy/libhtml-tableparser-perl/saucy

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Xavier Guimard
  • Date: 2012-12-25 23:42:05 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20121225234205-hj8x73700p2031li
Tags: 0.38-1
* Take over for the Debian Perl Group on maintainer's request
  (http://bugs.debian.org/677732#10)
* Imported Upstream version 0.38
* Update source format to 3.0 (quilt)
* Bump Standards-Version to 3.9.4
* Bump debhelper compatibility to 8
* Update debian/copyright (years, format and license)
* Update debian/rules to use "dh $@"
* Add spelling error patch
* Force dh_installchangelogs to install Changes instead of ChangeLog

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
use vars qw{$VERSION $ISCORE @ISA};
8
8
BEGIN {
9
 
        $VERSION = '0.67';
 
9
        $VERSION = '0.68';
10
10
        $ISCORE  = 1;
11
11
        @ISA     = qw{Module::Install::Base};
12
12
}
307
307
        my @phrases      = (
308
308
            'under the same (?:terms|license) as perl itself' => 'perl',        1,
309
309
            'GNU public license'                              => 'gpl',         1,
310
 
            'GNU general public license'                      => 'gpl',         1,
311
 
            'GNU lesser public license'                       => 'lgpl',        1,
 
310
            'GNU lesser public license'                       => 'gpl',         1,
312
311
            'BSD license'                                     => 'bsd',         1,
313
312
            'Artistic license'                                => 'artistic',    1,
314
313
            'GPL'                                             => 'gpl',         1,