~ubuntu-branches/ubuntu/wily/libmodule-install-xsutil-perl/wily

« back to all changes in this revision

Viewing changes to lib/Module/Install/XSUtil.pm

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2014-02-23 18:21:27 UTC
  • mfrom: (1.1.22)
  • Revision ID: package-import@ubuntu.com-20140223182127-hybtlzkkdaid5zy3
Tags: 0.45-1
* New upstream release.
* Update years of packaging copyright.
* Update (build) dependencies.
* Declare compliance with Debian Policy 3.9.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
use 5.005_03;
4
4
 
5
 
$VERSION = '0.44';
 
5
$VERSION = '0.45';
6
6
 
7
7
use Module::Install::Base;
8
8
@ISA     = qw(Module::Install::Base);
17
17
use constant _VERBOSE => $ENV{MI_VERBOSE} ? 1 : 0;
18
18
 
19
19
my %ConfigureRequires = (
20
 
    'ExtUtils::ParseXS' => 2.21,
 
20
    'ExtUtils::ParseXS' => 3.18, # shipped with Perl 5.18.0
21
21
);
22
22
 
23
23
my %BuildRequires = (
823
823
 
824
824
=head1 VERSION
825
825
 
826
 
This document describes Module::Install::XSUtil version 0.44.
 
826
This document describes Module::Install::XSUtil version 0.45.
827
827
 
828
828
=head1 SYNOPSIS
829
829