From c49edcc9abf42f8fdab80f10c67a9ed5b5acba09 Mon Sep 17 00:00:00 2001 From: Cristy Date: Fri, 19 Jan 2018 10:51:38 -0500 Subject: [PATCH] Latest configure script --- PerlMagick/quantum/quantum.pm | 1 + configure | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/PerlMagick/quantum/quantum.pm b/PerlMagick/quantum/quantum.pm index f06fda33a..9f04b3729 100644 --- a/PerlMagick/quantum/quantum.pm +++ b/PerlMagick/quantum/quantum.pm @@ -49,6 +49,7 @@ sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant() # XS function. If a constant is not found then control is passed # to the AUTOLOAD in AutoLoader. + no warnings; my $constname; ($constname = $AUTOLOAD) =~ s/.*:://; diff --git a/configure b/configure index e4a20ec1e..078b38153 100755 --- a/configure +++ b/configure @@ -4550,7 +4550,7 @@ MAGICK_PATCHLEVEL_VERSION=22 MAGICK_VERSION=7.0.7-22 -MAGICK_GIT_REVISION=22276:de07e4857:20180114 +MAGICK_GIT_REVISION=22334:37bd7cecb:20180118 # Substitute library versioning -- 2.40.0