- constify the Imager API
- document Imager::Filter::Mandelbrot
- convert dynfilt/flines.c to Imager::Filter::Flines
+- minor changes for older perl/ExtUtils::MM
=================================================================
sub MY::postamble {
+ my $self = shift;
+ my $perl = $self->{PERLRUN} ? '$(PERLRUN)' : '$(PERL)';
'
dyntest.$(MYEXTLIB) : dynfilt/Makefile
cd dynfilt && $(MAKE) $(PASTHRU)
$(ECHO) "imconfig.h out-of-date with respect to $?"
$(PERLRUN) Makefile.PL
$(ECHO) "==> Your Makefile has been rebuilt - re-run your make command <=="
+'.qq!
+lib/Imager/APIRef.pm : \$(C_FILES) apidocs.perl
+ $perl apidocs.perl lib/Imager/APIRef.pm
-lib/Imager/APIRef.pm : $(C_FILES) apidocs.perl
- $(PERLRUN) apidocs.perl lib/Imager/APIRef.pm
-
-';
+!;
}