The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
====== version history of Google::Merchant

version 0.15: Sun Jan  5 19:03:52 CET 2014
	Improvements:
	- use ::Cache::addPrefixes()
	- add google_product_category field

version 0.14: Tue May 28 12:20:35 CEST 2013
	- AtomFeed: entry description is optional, but results in
	  warnings in Google's upload report.
	- Google gets confused about atom attribute "type".  Remove them.

version 0.13: Tue May 21 10:15:02 CEST 2013
	- Google's server does not handle namespaces correctly: atom must
	  be default and base elements must use 'g:'.
	- xmlns:g missing in result
	- added more fields to xsd

version 0.12: Fri May 17 11:55:51 CEST 2013
	- minor documentation cleanups
	- pod-tail not related to XML::Compile -- now for real ;-)
	- many fixes to the google-base schema...
	- latin1/utf8 fixes

version 0.11: Mon May 13 16:19:17 CEST 2013
	- make XML as slave object, not base-class
	- support custom extensions.
	- pod-tail not related to XML::Compile

version 0.10: Mon May 13 12:17:23 CEST 2013
	- initial release