The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension XML::Pastor 
0.54 Sat Jul 05 2008
	- Added some more examples to documentation. Also brought some clarity, hopefully. 
	- Fixed incorrect sprint_xml_element calls in XML::Pastor::Schema::Parser (it should have been imported from XML::Pastir::Util)
	_ XML::Pastor::NodeArray has been refactored to Data::HashArray which is now a separate module.
	- XML::Pastor::NodeArray->hash() can now accept CODE references as key fields. 
	- Attributes are now prefixed with an underscore '_' in the element hash. 
	  Attribute accessors follow the same pattern. However, non-prefixed accessor aliases
	  are provided when this doesn't conflict with a child element name.
	  
0.53 Sun Jun 29 2008
	- LICENSE was missing from Makefile.PL
	- README was missing. Generated it with pod2usage.
	- Changes and Makefile.PL had executable bit set for some reason. Fixed it.
	

0.52 Sun Jun 29 2008
	- still the CPAN indexing problem
	- Bumped the version anyway.
	
0.51 Sun Jun 29 2008
	- (Hopefully) solve the CPAN indexing problem
	- Bumped the version anyway.
	
0.50 Sun Jun 29 2008
	- Added XML::Pastor::Pastorize
	- Added test scripts (eval, instance)
	- Added script bin/pastorize
	- Bumped version number to 0.50
	
0.01 Sat Nov 15 2003
	- original version; created by copying from another project