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. :-)
Changes for version 0.25 - 2000-08-18
Force rebuild when SITE_INSTALL option is set.
Changes for version 0.25 - 2000-08-20
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. :-(
Changes for version 0.25 - 2000-08-31
Support Inline->import(C=><DATA>); syntax
Changes for version 0.25 - 2000-09-01
Mangle $VERSION into object name for modules
Changes for version 0.25 - 2000-09-01
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.
Changes for version 0.25 - 2000-09-01
Use MD5 on unmodified code only. User must force recompile if auto_headers change. This would have caused existing installs to break.