Revision history for Perl extension File::Format::RIFF.

0.05  Tue Mar 29 22:51:21 CST 2005
	- RIFF->new: in-memory string filehandles if you pass in 'filesize' arg
	- more Carp/croak instead of die
	- move module version to lib/File/Format/RIFF/Version.pm

0.04  Tue Mar 29 21:47:56 CST 2005
	- Carp/croak instead of die
	- fixed up some 'use strict' warnings
	- Container->data( $data ) now clears and does Container->push( @$data )
	- implement addList, addChunk, numChunks

0.03  Sat Mar 19 18:03:13 CST 2005
	- sanity checking in case of bad file
	- push/pop/shift/unshift/splice/at methods for Container

0.02  Fri Mar 18 21:54:37 CST 2005
	- basic functionality

0.01  Tue Mar 15 21:58:05 2005
	- original version; created by h2xs 1.22 with options
		-AX -b 5.6.0 --skip-exporter --skip-autoloader -n File::Format::RIFF