Subject: | newest version of Inline breaks support for Imager |
Using the code from the synopsis in Imager::Inline no longer works.
It fails with the error:
You have requested "use Inline with => 'Imager'"
but 'Imager' does not work with Inline.
Only C language supported at /home/perlbrew/perls/p518/lib/site_perl/5.18.2/darwin-2level/Imager.pm line 4201.
$ perl -E 'say $^V'
v5.18.2
$ cpanm Inline
Inline is up to date. (0.56)
$ cpanm Imager
Imager is up to date. (0.99)
$ cpanm Inline::C
Inline::C is up to date. (0.56)