Revision history for Perl extension Audio::Opusfile.
 
+0.005001 2017-02-18T17:53+00:00
+ - Export op_current_link
+ - More functions die on error
+ - Fix POD errors
+
 0.005 2016-12-10T19:41+02:00
  - Export functions for decoding an Opus stream to PCM
 
 
-Audio-Opusfile version 0.004
-============================
+Audio-Opusfile version 0.005001
+===============================
 
 Opus is a totally open, royalty-free, highly versatile audio codec.
 Opus is unmatched for interactive speech and music transmission over
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2016 by Marius Gavrilescu
+Copyright (C) 2016-2017 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.24.0 or,
 
 our @EXPORT_OK = @constants;
 our @EXPORT = @constants;
 
-our $VERSION = '0.005';
+our $VERSION = '0.005001';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2016 by Marius Gavrilescu
+Copyright (C) 2016-2017 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.24.0 or,
 
 use strict;
 use warnings;
 
-our $VERSION = '0.004';
+our $VERSION = '0.005001';
 
 1;
 __END__
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2016 by Marius Gavrilescu
+Copyright (C) 2016-2017 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.24.0 or,
 
 use warnings;
 use subs qw/parse/;
 
-our $VERSION = '0.004';
+our $VERSION = '0.005001';
 
 sub new { parse $_[1] }
 
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2016 by Marius Gavrilescu
+Copyright (C) 2016-2017 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.24.0 or,
 
 use warnings;
 use subs qw/query query_count/;
 
-our $VERSION = '0.004';
+our $VERSION = '0.005001';
 
 sub query_all {
        my ($tags, $tag) = @_;
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2016 by Marius Gavrilescu
+Copyright (C) 2016-2017 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.24.0 or,