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.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