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

1.22  Sun Sep 23 22:27:44 2007
    - (Perl_ck_subr and Perl_ck_null): fix build failure on Windows

1.21  Sun Sep 23 20:35:37 2007
    - (Makefile): fix build failure on Windows (thanks Alexandr Ciornii)

1.20  Sun Sep 23 14:05:39 2007
    - (ptable.h): fix build failures on perl >= 5.9.3 (thanks Andreas Koenig)
    - (Perl_pp_method_named): fix build failure on Windows (thanks randyk and Alexandr Ciornii)

1.10  Thu Nov 23 20:32:53 2006
    - moved END handler into XS
    - updated SEE ALSO section
    - s/REPORT/DEBUG/
    - fix and test for UNDEF => ''
    - portability fixlet for Windows

1.04  Mon Nov 20 00:25:50 2006
    - fix threaded perl pessimization
    - applied patch: http://rt.cpan.org/Public/Bug/Display.html?id=22868 (thanks Steve Peters)
    - documentation fixlet
    - portability fixlet

1.03  Sat Apr 23 20:35:16 2005
    - workaround and test for %^H bug
    - require perl >= 5.8

1.02  Tue Apr 12 20:52:02 2005
    - re-fixed Makefile.PL/META.yml + copyright

1.01  Tue Apr 12 19:58:49 2005
    - compatibility/portability fixes + isolate ptr table from perl's implementation

1.00  Tue Apr 12 01:16:52 2005
    - rewrite: no longer requires a patch

0.11  Tue Feb 3 13:21:47 2004
    - Added patch for perl-5.8.3

0.10  Fri Dec 12 15:24:16 2003
    - fixed obsolete reference to perl-5.8.1 in POD

0.09  Fri Dec 12 11:53:02 2003
    - Added patch for perl-5.8.2

0.08  Fri Oct 17 11:50:34 2003
    - removed obsolete references to perl-5.8.1-RC4 from README

0.07  Tue Oct 14 13:34:16 2003
    - updated patch to work against perl-5.8.1. This patch should be
      applied to a clean perl-5.8.1 tree. Previous versions of perl are
      no longer supported
    - minor documentation tweaklets
    - added typemap() static method to autobox.pm to facilitate subclassing

0.06  Mon Aug 18 17:40:53 2003

    - This version provides an updated patch. It should be applied to a
      clean perl-5.8.1-RC4 tree
    - Thanks to Tassilo von Parseval for hunting down and fixing a
      memory leak
    - Added support for builtin pseudotype, UNDEF
    - Added tests and documentation for old VERSION() and new UNDEF
      features

0.05  Mon Aug 11 03:13:04 2003

    - autobox.pm update: no change to the patch
    - Cleaned up implementation of isa() and can()
    - Added support for VERSION() (untested)

0.04  Sun Aug 10 14:57:18 2003

    - This version provides a new patch which ensures
      that undef values aren't autoboxed. It should
      be applied to a clean perl-5.8.1-RC4 tree
    - fixed (i.e. prevented) autoboxing of undef in isa() and can()
    - fixed Makefile.PL and META.yml to ensure that new
      installs of autobox.pm aren't shadowed by old
      versions (thanks Michael G Schwern)

0.03  Sun Aug 10 03:17:16 2003

    - added support for can() and isa()
    - documented print { hashref_expression() } issues/workarounds

0.02  Wed Aug 6 16:49:45 2003

    - the patch is now a single file
    - instructions for applying the patch added to README
    - documentation fixlets for the patch and module

0.01  Mon Aug 4 01:00:18 2003
    - original version; created by h2xs 1.21 with options -n autobox-0.01