mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 08:11:50 -04:00
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
17 lines
426 B
Perl
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,
|