Overview of changes in ExtUtils::Depends 0.400 [2014-08-10]
==============================================
* In addition to the package variables $inc, $libs and @typemaps, write
  an 'Inline' method to <package>::Install::Files for easier
  interoperability with the Inline module.
* Accompany the 'Inline' method with a 'deps' method in
  <package>::Install::Files in addition to the @deps package variable.
* Make ExtUtils::Depends->load use the 'Inline' and 'deps' methods by
  default, falling back to the package variables if the methods are not
  defined.
* Make the docs recommend the 'Inline' and 'deps' approach for creating
  <package>::Install::Files manually, without
  ExtUtils::Depends::save_config.

ExtUtils::Depends is available as a tarball:

http://downloads.sourceforge.net/gtk2-perl/ExtUtils-Depends-0.400.tar.gz

or from git:

https://git.gnome.org/browse/perl-ExtUtils-Depends/tag/?id=rel-0-400

ExtUtils::Depends tries to make it easy to build Perl extensions that
use functions and typemaps provided by other Perl extensions. This
means that a Perl extension is treated like a shared library that
provides also a C and an XS interface besides the Perl one.
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to