Imager::ExtUtils - functions handy in writing Imager extensions


Imager documentation  | view source Contained in the Imager distribution.

Index


NAME

Top

Imager::ExtUtils - functions handy in writing Imager extensions

SYNOPSIS

Top

  # make Imager easier to use with Inline
  # perldoc Imager::Inline
  use Inline with => 'Imager';

DESCRIPTION

Top

base_dir

Returns the base directory where Imager is installed.

inline_config

Implements Imager's Inline::C with hook.

includes

Returns -I options suitable for use with ExtUtils::MakeMaker's INC option.

typemap

Returns the full path to Imager's installed typemap.

AUTHOR

Top

Tony Cook <tonyc@cpan.org>

REVISION

Top

$Revision$

SEE ALSO

Top

Imager, Imager::API, Imager::Inline, Imager::APIRef.


Imager documentation  | view source Contained in the Imager distribution.