ports/devel/p5-Convert-Scalar/files/patch-Makefile.PL
Po-Chuan Hsieh 1b0219a745
devel/p5-Convert-Scalar: Add p5-Convert-Scalar 1.12
Convert::Scalar exports various internal perl methods that change the internal
representation or state of a perl scalar. All of these work in-place, that is,
they modify their scalar argument. No functions are exported by default.

WWW: https://metacpan.org/dist/Convert-Scalar
2021-09-22 06:11:40 +08:00

17 lines
426 B
Perl

--- Makefile.PL.orig 2017-08-15 05:57:22 UTC
+++ Makefile.PL
@@ -1,6 +1,5 @@
use ExtUtils::MakeMaker;
-use Canary::Stability Convert::Scalar => 1, 5.008;
WriteMakefile(
dist => {
@@ -12,7 +11,6 @@ WriteMakefile(
VERSION_FROM => "Scalar.pm",
CONFIGURE_REQUIRES => {
"ExtUtils::MakeMaker" => 6.6,
- "Canary::Stability" => 0,
},
BUILD_REQUIRES => {
ExtUtils::ParseXS => 3.28,