The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.40 - 2001-04-29

  • Replaced Inline's use of Data::Dumper with Inline::Denter. This is a stripped down version of Data::Denter. This change makes Inline more secure because it doesn't need to eval() untrusted code. Also removes the dependency on Safe.pm which has known security flaws. Yay!

Changes for version 0.40 - 2001-05-09

  • Got _INSTALL_ option working with Inline::MakeMaker

Changes for version 0.40 - 2001-05-09

  • Added command proxy logic for Inline::MakeMaker utilities: INSTALL, MAKEDIST, MAKEPPD

Changes for version 0.40 - 2001-05-09

  • Completely reorganized the Inline internal object into major groups: API - Contract space for the ILSMs. Guaranteed backwards compatible after Inline 1.00. ILSM - Private space for ILSMs INLINE - Private Inline space. Subject to constant change. CONFIG - Config options. Not for use by ILSMs MATCH - Matching criteria for the object. STRUCT - Reserved for Inline::Struct

Changes for version 0.40 - 2001-05-13

  • Finished TRIAL1 version of Inline-0.40 Short object names Safer config generation AUTONAME support Reinstituted AutoLoading Put all messages into subroutines inside Inline.pm

Changes for version 0.40 - 2001-05-21

  • TRIAL5 of Inline-0.40 Added alpha support for Inline::Files Made all internal path names canonical

Changes for version 0.40 - 2001-05-23

  • TRIAL6 of Inline-0.40 Made Denter YAML compliant Croak on usage of SITE_INSTALL Update Inline.pod for 0.40 features Detect and croak on old config files

Changes for version 0.40 - 2001-05-23

  • TRIAL7 of Inline-0.40 Fixed path bus for MacOS. Thanks Marcel. 'with' works again (with Event) Inline::MakeMaker adds WriteMakefile dependency for Inline 0.40

Changes for version 0.40 - 2001-05-26

  • TRIAL8 of Inline-0.40 Added option to distribute binary PPM modules with or without source. Got UNTAINT to work again.

Changes for version 0.40 - 2001-05-27

  • Bugfix. NAME not set right without AUTONAME.

Documentation

C
How to bind a programming language to Perl using Inline.pm
The Inline FAQ
Support Information for Inline.pm and related modules.

Modules

Write Perl Subroutines in C
Write Perl subroutines in other programming languages.

Provides

in Inline/Foo.pm
in C/grammar/grammar.pm
in Inline/Foo.pm
in MakeMaker/MakeMaker.pm
in lib/Inline/denter.pm
in modules/Math/Simple/Simple.pm