]> granicus.if.org Git - imagemagick/commitdiff
https://www.imagemagick.org/discourse-server/viewtopic.php?f=7&t=12502
authorCristy <urban-warrior@imagemagick.org>
Fri, 19 Jan 2018 00:49:20 +0000 (19:49 -0500)
committerCristy <urban-warrior@imagemagick.org>
Fri, 19 Jan 2018 00:49:20 +0000 (19:49 -0500)
PerlMagick/Magick.pm
PerlMagick/quantum/quantum.pm.in

index 4259b454d6896af56a1e384f161f5b9fdf79684f..1ded89e6e7cbd9147b29740642fc648fd3ab7ab5 100644 (file)
@@ -50,6 +50,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/.*:://;
index 716fa100d1c47b19144272abc9c184a063569e96..3c9cdb1171fbbf5fd0d90c673f91cd7d85f82e22 100644 (file)
@@ -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/.*:://;