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

0.40  Sun May 27 18:59:59 PDT 2001
	- Bugfix. NAME not set right without AUTONAME.

0.40  Sat May 26 13:41:18 PDT 2001
	- TRIAL8 of Inline-0.40
	  Added option to distribute binary PPM modules with or without source.
	  Got UNTAINT to work again.

0.40  Wed May 23 18:19:16 PDT 2001
	- 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

0.40  Wed May 23 01:14:23 PDT 2001
	- 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

0.40  Mon May 21 18:06:30 PDT 2001
	- TRIAL5 of Inline-0.40
	  Added alpha support for Inline::Files
	  Made all internal path names canonical

0.40  Sun May 13 23:38:26 PDT 2001
	- 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

0.40  Wed May  9 11:14:47 PDT 2001
	- 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	  

0.40  Wed May  9 11:14:47 PDT 2001
	- Added command proxy logic for Inline::MakeMaker utilities:
	  INSTALL, MAKEDIST, MAKEPPD

0.40  Wed May  9 11:14:47 PDT 2001
	- Got _INSTALL_ option working with Inline::MakeMaker

0.40  Sun Apr 29 13:58:40 PDT 2001
	- 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!

0.33  Sat Apr 28 20:20:29 PDT 2001
	- 'require FindBin' instead of 'use FindBin' for mod_perl.

0.33  Sat Apr 28 20:20:29 PDT 2001
	- Fixed Win32 bug. Drive letter 'c:' can be lower case.

0.33  Sat Apr 28 20:20:29 PDT 2001
	- Changed 'make install' to 'make pure_install'

0.33  Sat Apr 28 20:20:29 PDT 2001
	- Fixed bug of assuminh ':' for PATH separator. (Windows bug)

0.33  Sat Apr 28 20:20:29 PDT 2001
	- Rearranged test harness. Removed dependency on C for tests.
	  Invented Inline::Foo for testing.

0.33  Sat Apr 28 20:20:29 PDT 2001
	- Added ENABLE and DISABLE config modifiers.

0.33  Sat Apr 28 20:20:29 PDT 2001
	- Changed the way ILSMs are detected.

0.32  Mon Feb 26 07:44:34 PST 2001
	- Add DIRECTORY path to applicable warnings and error msgs

0.32  Mon Feb 26 07:42:32 PST 2001
	- Warn if UNTAINT && SAFEMODE && ! DIRECTORY (croak if root)

0.32  Mon Feb 26 01:07:15 PST 2001
	- Added GLOBAL_LOAD option with GLOBAL shortcut.

0.32  Mon Feb 26 01:00:00 PST 2001
	- Added SAFEMODE option.
	- Safe->reval(DIRECTORY/config) if SAFE.
	- Blindly untaint all %ENV variables for UNTAINT.

0.32  Fri Feb 23 03:20:19 PST 2001
	- Fixed MSWin32 bug of getting full path parts in dll name.

0.32  Thu Feb 22 02:35:04 PST 2001
	- Fixed the "cut & paste" bug. (DOS line endings in Unix.)

0.32  Thu Feb 22 02:10:07 PST 2001
	- Fixed detection of using Inline::Config.

0.32  Wed Feb 21 23:40:33 PST 2001
	- Added UNTAINT option, which lets you use Inline with Perl's -T flag.

0.31  Fri Jan 19 00:13:31 PST 2001
	- Changed doc instances of 'C<Inline>' to 'Inline'.

0.31  Sat Jan 13 11:49:14 PST 2001
	- Reorganized the internal structure of the Inline DIRECTORY
	- Shortened install path to .Inline/lib/auto/...
        - Lengthened the build path to .Inline/build/...

0.31  Sat Jan 13 11:18:22 PST 2001
	- Changed BLIB option to DIRECTORY
	- Changed default DIRECTORY from blib_I to _Inline or .Inline

0.30  Fri Dec  8 02:00:17 PST 2000
	- Major reworking of Inline.pm
	Sweeping changes to:
	- Configuaration
	- Syntax
	- Language integration
	Too much to list here. See ToDo

0.26  Thu Sep 14 20:51:11 PDT 2000
	- localize $/ and $\ to shield them from things like 'perl -l'.
	Thanks Michael Schwern.

0.25  Fri Sep  1 10:07:33 PDT 2000
	- Use MD5 on unmodified code only. User must force recompile if 
	auto_headers change. This would have caused existing installs to break.

0.25  Fri Sep  1 10:04:14 PDT 2000
	- Don't determine build path unless really needed, since a blib_I might
	be created. This might be annoying for someone who is only *using* an
	Inline extension module.

0.25  Fri Sep  1 08:35:53 PDT 2000
        - Mangle $VERSION into object name for modules

0.25  Thu Aug 31 22:46:25 PDT 2000
	- Support Inline->import(C=><DATA>); syntax

0.25  Sun Aug 20 20:52:24 PDT 2000
	- Return an empty list when the C function is of type void and doesn't
	use any stack manipulating macros. (ie dXSARGS) It used to return 
	whatever was passed in on the stack. :-(

0.25  Fri Aug 18 18:45:24 PDT 2000
	- Force rebuild when SITE_INSTALL option is set.

0.25  Fri Aug 18 18:15:34 PDT 2000
	- Figured out what was actually causing the 0.23 AutoLoader bug.
	Can't autoload from "./blib" (relative path) when chdir() has been
	used. Fixed properly now. Can AutoLoad fix_make() again. :-)

0.24  Fri Aug 18 03:03:06 PDT 2000
	- Fixed Autoload bug found during "make test" of Inline installation.

0.23  Wed Aug 16 18:10:07 PDT 2000
        - Added support for MSWin32 operating systems which use the Microsoft 
	Visual C++ compiler.

0.22  Wed Aug  9 18:55:54 PDT 2000
	- First alpha release to CPAN

0.01  Mon Jul 24 11:23:25 2000
	- original version; created by h2xs 1.19