Revision history for Perl extension Data::Serializer

0.18  Fri Feb 13 11:17:24 MDT 2004
	- Modified makefile to include dependancy on Digest::SHA1
		Thanks (again) to Florian Helmberger <fh@laudatio.com>
                  for finding this discrepancy.

	- Added support for MIME::Base64 for 'ascii armoring' serialized
	  data.
	- Minor modifications to pod documentation

0.17  Thu Jul 11 15:10:41 MDT 2002
	- Added support for YAML as a new serializer
		Thanks to Florian Helmberger <fhe@inode.at> for writing 
		  the relevant patch to do this.

0.16  Tue Jul  9 08:33:46 MDT 2002
	- Added support for Config::General as a new serializer
 	- Added method 'options' for passing arguments to underlying serializers
	  currently only supported for Config::General
	- Converted installation tests to use ExtUtils::Tbone (included)
	- Added more robust testing of all serializers and features
		Thanks to Thomas Linden <tom@daemon.de> who wrote a patch
	          adding support for Config::General to Data::Serializer
                  and for suggesting the addition of the options method

0.15  Mon Jul  1 13:32:46 MDT 2002
	- Correct Makefile.PL testing bug
          In particular we tested for Crypt::CBC and assumed Crypt::Blowfish
          would also be installed.  This is obviously not the case.  We do not 
          want to force this as a dependency as encryption is a feature, not a 
          requirement for serializing data structures.
	    Thanks to 'Automated Perl Test Account <perl_test@logicalchaos.org>'
              (and of course the humans behind it :-) )
  
           
0.14  Mon Jul  1 08:43:42 MDT 2002
	- Corrected typo's in pod documentation
          Thanks to Florian Helmberger <f.helmberger@uptime.at>

0.13  Mon Jan 14 12:49:10 2002
        - Added support for Tie::Transient
            Thanks to recomendation from brian moseley <bcm@maz.org>)

0.12  Mon Jan 14 12:23:28 2002
        - Cleaned up installation tests

0.11  Tue Jan  8 13:28:43 2002
        - Removed build dependencies for all but Data::Dumper
            Thanks to recomendation from brian moseley <bcm@maz.org>

0.10  Mon Jan  7 13:00:24 2002
        - Added Support for Data::Denter

0.09  Fri Nov  2 08:14:07 2001
	- Cleaned up documentation

0.08  Mon Oct 16 07:54:32 2001
	- Fixed bug in digest verification 
        - Fixed 5.005_03 compatibility bug 
            Thanks to Tatsuhiko Miyagawa <miyagawa@edge.co.jp>

0.07  Wed Oct  5 11:42:20 2001
	- changed token system to be more flexible
	- added compression
	- cleaned up 'portability' option
	- updated documentation
	- updated tests

0.06  Wed Oct  4 16:27:02 2001
	- added Encryption

0.05  Wed Oct  4 14:30:13 2001
	- added t/ tests

0.04  Wed Oct  4 12:35:44 2001
	- added documentation

0.03  Wed Oct  4 11:32:10 2001
	- added serializer_token to assist deserialization

0.02  Tue Oct  3 15:32:19 2001
	- completed generic serializer/deserializer interface

0.01  Tue Oct  3 11:11:36 2001
	- original version; created by h2xs 1.19