Subject: | PATCH: required to build package for RHEL6 |
The attached is a patch required for building on RHEL6. Module::Build is at version 0.35, however, the package builds and tests just fine.
Subject: | net_twitter_lite_build.patch |
diff -Naur old/Build.PL new/Build.PL
--- Build.PL 2014-01-25 11:11:46.000000000 +1100
+++ Build.PL 2014-03-01 21:58:00.639431147 +1100
@@ -3,15 +3,15 @@
use strict;
use warnings;
-use Module::Build 0.3601;
+use Module::Build 0.35;
my %module_build_args = (
"build_requires" => {
- "Module::Build" => "0.3601"
+ "Module::Build" => "0.35"
},
"configure_requires" => {
- "Module::Build" => "0.3601"
+ "Module::Build" => "0.35"
},
"dist_abstract" => "A perl API library for the Twitter API",
"dist_author" => [
@@ -59,7 +59,7 @@
"Data::Dumper" => 0,
"File::Find" => 0,
"File::Temp" => 0,
- "Module::Build" => "0.3601",
+ "Module::Build" => "0.35",
"Test::Fatal" => 0,
"Test::More" => 0,
"Test::Simple" => "0.98"