summaryrefslogtreecommitdiff
path: root/ext/Compress-Raw-Bzip2
diff options
context:
space:
mode:
authorPaul Marquess <pmqs@cpan.org>2009-03-30 08:17:04 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-03-30 11:11:37 +0200
commitdc82791df0cbbf94f0821266b58cedd3897d8ee5 (patch)
treec75c7a70d7b44617407969ed041daa6adaebd838 /ext/Compress-Raw-Bzip2
parent4f8ea571d59902220616f04ae08685631ed3e685 (diff)
downloadperl-dc82791df0cbbf94f0821266b58cedd3897d8ee5.tar.gz
Updates for ext/compress*
Diffstat (limited to 'ext/Compress-Raw-Bzip2')
-rw-r--r--ext/Compress-Raw-Bzip2/Changes4
-rw-r--r--ext/Compress-Raw-Bzip2/Makefile.PL9
-rw-r--r--ext/Compress-Raw-Bzip2/README2
-rw-r--r--ext/Compress-Raw-Bzip2/t/000prereq.t2
4 files changed, 7 insertions, 10 deletions
diff --git a/ext/Compress-Raw-Bzip2/Changes b/ext/Compress-Raw-Bzip2/Changes
index f5133dbedd..928bfcdf67 100644
--- a/ext/Compress-Raw-Bzip2/Changes
+++ b/ext/Compress-Raw-Bzip2/Changes
@@ -1,10 +1,12 @@
CHANGES
-------
- 2.017 26 February 2009
+ 2.017 28 March 2009
* Minor changes to allow building in perl core.
+ * Removed MAN3PODS from Makefile.PL
+
2.015 3 September 2008
* Documented bzlibversion
diff --git a/ext/Compress-Raw-Bzip2/Makefile.PL b/ext/Compress-Raw-Bzip2/Makefile.PL
index 192c28f8f9..ba65694c57 100644
--- a/ext/Compress-Raw-Bzip2/Makefile.PL
+++ b/ext/Compress-Raw-Bzip2/Makefile.PL
@@ -35,13 +35,6 @@ WriteMakefile(
},
(
- $ENV{SKIP_FOR_CORE}
- ? (MAN3PODS => {})
- : ()
- ),
-
-
- (
$BUILD_BZIP2
? bzip2_files($BZIP2_LIB)
: (LIBS => [ "-L$BZIP2_LIB -lbz2 " ])
@@ -54,6 +47,8 @@ WriteMakefile(
: ()
),
+ INSTALLDIRS => ($] > 5.010 ? 'perl' : 'site'),
+
((ExtUtils::MakeMaker->VERSION() gt '6.30') ?
('LICENSE' => 'perl') : ()),
diff --git a/ext/Compress-Raw-Bzip2/README b/ext/Compress-Raw-Bzip2/README
index d54c8596aa..559e5c148a 100644
--- a/ext/Compress-Raw-Bzip2/README
+++ b/ext/Compress-Raw-Bzip2/README
@@ -3,7 +3,7 @@
Version 2.017
- 28th February 2009
+ 28th March 2009
Copyright (c) 2005-2009 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it
diff --git a/ext/Compress-Raw-Bzip2/t/000prereq.t b/ext/Compress-Raw-Bzip2/t/000prereq.t
index 1467eeda7d..b8dddca5d6 100644
--- a/ext/Compress-Raw-Bzip2/t/000prereq.t
+++ b/ext/Compress-Raw-Bzip2/t/000prereq.t
@@ -19,7 +19,7 @@ BEGIN
if eval { require Test::NoWarnings ; import Test::NoWarnings; 1 };
- my $VERSION = '2.016';
+ my $VERSION = '2.017';
my @NAMES = qw(
);