2006-06-20 Alasdair Allan * VOEvent.pm: Bug fix to what() so it return undef if there isn't a tag rather than returning an error. 2006-06-19 Alasdair Allan * VOEvent.pm: Modified support to validate against the 1.1 draft. * t/2_how.t: Tests for above modifications. 2006-06-07 Alasdair Allan * VOEvent.pm: Reduced minimum hash for an event message down to Role and ID, removed requirement for WhereWhen or Ref. Put an if() blovk around WhereWhen so it doesn't get automagically created. 2006-05-22 Alasdair Allan (VOEvent-v1.1-060519.xsd) * VOEvent.pm: Fixed problem with STC block, documents built with the module now fully validate against the v1.1-060519 schema. 2006-05-19 Alasdair Allan * VOEvent.pm: Fixed block, doesn't seem as flexible as the tags we initially inherited from RTML. Tried to preserve the old API, but added a new API for v1.1 as well. Both are supported to build messages, but both emit the new tags. Also fixed the block from to . Also moved to unqualifed namespace for XPath queries. 2006-05-16 Alasdair Allan * VOEvent.pm: Modified the parsing and generation to use the new "default" V1.1 standard way of doing things. Also added parsing for several different STC co-ordinate representations that have been seen in the wild so far with the prototypes. * VOEvent.pm: More STC fixes for and the tag support. 2006-04-30 Alasdair Allan * VOEvent.pm: Modified to handle and to have some backwards support for . 2006-03-21 Alasdair Allan * VOEvent.pm: Fixed representation to account for lack of error in the RA and Dec positions. Updated the to be compliant with VOEvent v1.1 standard. Updated the standard version tags to 1.1x and HTN/0.2 repsectively. Removed tag to make the messages validate! 2005-12-28 Alasdair Allan * VOEvent.pm: modifed time() method so it looks in if there isn't a valid datestamp in the tag. 2005-12-19 Alasdair Allan * VOEvent.pm: Fixed casing problem for , added parsing for date stamp from 2005-12-16 Alasdair Allan * VOEvent.pm: Added further parsing support 2005-12-15 Alasdair Allan * VOEvent.pm: Moved to XML::Simple for parsing. * VOEvent.pm: Limited STC support. 2005-07-27 Alasdair Allan * VOEvent.pm: Support for "simple" positions, synced with RAPTOR parser for interoperability between the networks. 2005-05-03 Alasdair Allan * Import into Sourceforge CVS 2005-04-22 Alasdair Allan * Original version.