Revision history for Perl module Ogg::Vorbis::Header::PurePerl. 1.05 2020-12-06 DAVECROSS - Fix division by zero error (RT #88374) - Add bugtracker info 1.03 2020-07-20 DAVECROSS - Give track length a default value of zero - Merge patch about track length from Debian Perl group 1.02 2020-07-16 DAVECROSS - Point to new Github repo - Fix some perlcritic recommendations 1.01 2020-07-13 DAVECROSS (releasing work by NEILB) - Moved PurePerl.pm to lib/Ogg/Vorbis/Header/PurePerl.pm - Refactored test.pl as two tests in t/ - Moved ogginfo.pl into examples/ - Deleted META.yml from repo, as it's generated by EUMM. - Reformatted this file as per CPAN::Changes::Spec - Changed abstract (=head1 NAME) section to follow convention - Specified license type (GPL) in metadata, to match doc. - Added github repo to dist metadata and doc - Changed min perl version in code from 5.005 to 5.006, as "our ..." requires 5.006 - Setting PREREQ_PM, TEST_REQUIRES and CONFIGURE_REQUIRES as/if supported by local version of ExtUtils::MakeMaker - Add basic SEE ALSO section to doc - Min perl version added to dist metadata 1.0 2008-11-09 DANIEL - Massive refactoring for improved performance. http://svn.slimdevices.com/trunk/server/CPAN/Ogg/Vorbis/Header/PurePerl.pm?rev=2564&view=rev - Allow multiple comment keys of the same type for Vorbis comments. - Skip ID3 tags if they exist. - Ogg tag parser was badly broken and would fail if the amount of tag data was > 8K or exceeded one page. Rewrote the comment parsing routine based on code from Image::ExifTool::Vorbis. Also fixed the cover art code as it was also broken: from Andy Grundman 0.05 2004-01-08 AMOLLOY - Fixed "load" method to be more compatible with Ogg::Vorbis::Header - Added some actual tests. - Actually added a copy of the GPL License to the package (as promised in the POD documentation). 0.04 2004-01-07 AMOLLOY - Applied patch from Dan Sully to make "startMainData" accessible from the Info interface. 0.03 2003-12-09 AMOLLOY - Added fix from Robert Moser II for problems with files with no comments. 0.01 2003-01-20 AMOLLOY - original version; created by h2xs 1.21 with options -XA -n Ogg::Vorbis::Header::PurePerl