to avoid test failures caused by old builds being left.
include the Imager version number in the AUTO_INCLUDE code so that
bugs fixed in a new release will convince Inline to rebuild generated
modules.
http://rt.cpan.org/Ticket/Display.html?id=26278
- document the difference() method's mindist parameter, and debug it.
+ - put the Imager releaser number in the Inline::C generated code to
+ regenerate Inline code when a new release of Imager is installed.
+ http://rt.cpan.org/Ticket/Display.html?id=26278
+
Imager 0.56 - 1 Apr 2007
===========
use vars qw($VERSION);
-$VERSION = "1.000";
+$VERSION = "1.001";
=head1 NAME
{
INC => $class->includes,
TYPEMAPS => $class->typemap,
- AUTO_INCLUDE => <<'CODE',
+ AUTO_INCLUDE => <<CODE,
+/* Inserted by Imager $Imager::VERSION */
#include "imext.h"
#include "imperl.h"
DEFINE_IMAGER_CALLBACKS;
plan tests => 9;
require Inline;
Inline->import(with => 'Imager');
+Inline->import("FORCE"); # force rebuild
Inline->bind(C => <<'EOS');
#include <math.h>