Bump version and update Changes 0.005001
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 18 Feb 2017 15:53:13 +0000 (17:53 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 18 Feb 2017 15:53:13 +0000 (17:53 +0200)
Changes
README
lib/Audio/Opusfile.pm
lib/Audio/Opusfile/Head.pm
lib/Audio/Opusfile/PictureTag.pm
lib/Audio/Opusfile/Tags.pm

diff --git a/Changes b/Changes
index f4f6baa96f6d9ebba0c48b59171c1aed69f98fc4..ef62290ec7a377797cc68c695f426f25612a4a46 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 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
 
diff --git a/README b/README
index c5f923aa7b26a2b9ab92ba0f6748d5dde7aefec4..19299c6afcf02abe36e08ab694d260d4936677ae 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-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
@@ -36,7 +36,7 @@ This module requires these other modules and libraries:
 
 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,
index f5a1365fc48f405bcc264077c21319a8b1b8d026..5d1e80e89188a819fa941976d4800e584dd736b3 100644 (file)
@@ -46,7 +46,7 @@ my @constants =
 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()
@@ -381,7 +381,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =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,
index 4f30de26b86c18a34c67efdfb5406e5c461c86a1..d27ccc38e342ed262a84d492a8f4420ad4cb0629 100644 (file)
@@ -5,7 +5,7 @@ use 5.014000;
 use strict;
 use warnings;
 
-our $VERSION = '0.004';
+our $VERSION = '0.005001';
 
 1;
 __END__
@@ -128,7 +128,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =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,
index b2f1fbb20e5f0878fda974201a007b2870401018..f81215dd86e549b9fba46340d3a889073c5faa47 100644 (file)
@@ -6,7 +6,7 @@ use strict;
 use warnings;
 use subs qw/parse/;
 
-our $VERSION = '0.004';
+our $VERSION = '0.005001';
 
 sub new { parse $_[1] }
 
@@ -141,7 +141,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =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,
index 7eca407fbbfe0c460ceb22949be757054e0cefe5..6c1e8dfbdd0e0f1cd2555cca8a27b119d958ec45 100644 (file)
@@ -6,7 +6,7 @@ use strict;
 use warnings;
 use subs qw/query query_count/;
 
-our $VERSION = '0.004';
+our $VERSION = '0.005001';
 
 sub query_all {
        my ($tags, $tag) = @_;
@@ -69,7 +69,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =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,
This page took 0.016072 seconds and 4 git commands to generate.