--- Convert-Scalar/Changes 2002/01/20 04:23:59 1.2 +++ Convert-Scalar/Changes 2008/03/07 10:33:45 1.12 @@ -1,5 +1,33 @@ Revision history for Perl extension Convert::Scalar +1.04 Fri Mar 7 11:32:53 CET 2008 + - work around 5.10 api changes in *ok functions + (reported by David Aguilar). + +1.03 Thu Mar 3 18:00:52 CET 2005 + - require perl 5.008. + - change of contact address. + +1.02 Fri Nov 26 22:04:10 CET 2004 + - return copies in all string-modifying functions + instead of the string itself. + +1.01 Sat Apr 24 08:38:21 CEST 2004 + - minor documentation corrections. + +1.0 Sat Apr 24 08:21:11 CEST 2004 + - minor documentation corrections. + +0.1 Wed Feb 12 21:40:14 CET 2003 + - added *ok functions. + +0.09 Mon Sep 23 05:40:41 CEST 2002 + - fixed utf8_length to actually work as documented. + +0.08 Fri Jul 5 13:44:17 CEST 2002 + - check for readonly scalars before attempting to do utf8 + conversions. perl will fail badly if not. + 0.07 Sun Jan 20 04:50:53 CET 2002 - added refcnt_inc, refcnt_dec, refcnt etc. methods.