Revision history for Perl extension Class-XSAccessor. 1.03 Sun May 31 18:45 2009 - Upgrade to AutoXS::Header 1.01: Make it C89! 1.02 Sun May 17 11:18 2009 - Require new AutoXS header version in order to fix rototyping issue. 1.01 Sat May 16 16:11 2009 - XS boolean constants for PPI 1.00 Sat May 16 13:48 2009 - Implement new caching algorithm: Only recreate the int => hash key association for new hash keys. 0.14 Tue Dec 9 21:06 2008 - Fix Makefile issue on Windows using nmake (Petar Shangov) 0.13 Thu Dec 4 15:06 2008 - Add predicate tests - Fix some compiler warnings (Tom Heady) 0.12 Tue Dec 2 14:07 2008 - Compilation fix for Solaris cc. (Probably going half-way only.) 0.11 Sat Nov 29 21:37 2008 - Forgot to add more tests in previous release. 0.10 Sat Nov 29 21:17 2008 - Add generation of constructors. 0.09 Sat Nov 29 17:28 2008 - Add the class option to set the target class. 0.08 Fri Nov 21 12:17 2008 - Reduce code duplication. - Fix for compilation issues on Solaris with Sun's cc. 0.07 Thu Aug 29 14:14 2008 - Documented the "replace" option. - Added the "chained" option to generate chainable setters and mutators. 0.06 Thu Aug 28 13:39 2008 - Copy input scalars on setter/mutator calls (RT #38573) 0.05 Sat Jun 21 18:06 2008 - Add read/write accessors. (Chocolateboy) - By default, return the new value from setters. (Chocolateboy) - Add predicates, i.e. "has_foo". 0.04 Mon May 3 19:12 2008 - Win32 support. 0.03 Mon May 3 19:12 2008 - Refer to Class::XSAccessor::Array for array based objects. 0.02 Mon Apr 3 17:12 2008 - Mention in the docs that fully qualified method names are supported. 0.01 Mon Apr 3 17:09 2008 - original version as uploaded to CPAN.