]> git.imager.perl.org - imager.git/blobdiff - Imager.pm
make sure the Mandelbrot and Flines filters are built
[imager.git] / Imager.pm
index 24826644e1d46061d189cf74d5042655c8e0d7c3..ff7a975ec4928e1b5e9250b1cac6d8ee34f9c999 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -144,7 +144,7 @@ BEGIN {
   if ($ex_version < 5.57) {
     @ISA = qw(Exporter);
   }
-  $VERSION = '0.99_01';
+  $VERSION = '1.000';
   require XSLoader;
   XSLoader::load(Imager => $VERSION);
 }
@@ -4196,7 +4196,8 @@ sub parseiptc {
 }
 
 sub Inline {
-  my ($lang) = @_;
+  # Inline added a new argument at the beginning
+  my $lang = $_[-1];
 
   $lang eq 'C'
     or die "Only C language supported";