Revision history for Perl extension Audio::Opusfile.
+0.002 2016-08-06T16:43-04:00
+ - Add /usr/local/include/opus to include path (RT #116603)
+ - Add support for parsing METADATA_BLOCK_PICTURE tags
+ - Add (undocumented) support for getting opus header information.
+
0.001 2016-07-30T13:43-04:00
- Initial release
our @EXPORT_OK = @constants;
our @EXPORT = @constants;
-our $VERSION = '0.001';
+our $VERSION = '0.002';
sub AUTOLOAD {
# This AUTOLOAD is used to 'autoload' constants from the constant()