From 36bdc9418b4dce76ce41f3141a3053cccf204545 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 18 Feb 2017 17:53:13 +0200 Subject: [PATCH] Bump version and update Changes --- Changes | 5 +++++ README | 6 +++--- lib/Audio/Opusfile.pm | 4 ++-- lib/Audio/Opusfile/Head.pm | 4 ++-- lib/Audio/Opusfile/PictureTag.pm | 4 ++-- lib/Audio/Opusfile/Tags.pm | 4 ++-- 6 files changed, 16 insertions(+), 11 deletions(-) diff --git a/Changes b/Changes index f4f6baa..ef62290 100644 --- 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 c5f923a..19299c6 100644 --- 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, diff --git a/lib/Audio/Opusfile.pm b/lib/Audio/Opusfile.pm index f5a1365..5d1e80e 100644 --- a/lib/Audio/Opusfile.pm +++ b/lib/Audio/Opusfile.pm @@ -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, Emarius@ieval.roE =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, diff --git a/lib/Audio/Opusfile/Head.pm b/lib/Audio/Opusfile/Head.pm index 4f30de2..d27ccc3 100644 --- a/lib/Audio/Opusfile/Head.pm +++ b/lib/Audio/Opusfile/Head.pm @@ -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, Emarius@ieval.roE =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, diff --git a/lib/Audio/Opusfile/PictureTag.pm b/lib/Audio/Opusfile/PictureTag.pm index b2f1fbb..f81215d 100644 --- a/lib/Audio/Opusfile/PictureTag.pm +++ b/lib/Audio/Opusfile/PictureTag.pm @@ -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, Emarius@ieval.roE =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, diff --git a/lib/Audio/Opusfile/Tags.pm b/lib/Audio/Opusfile/Tags.pm index 7eca407..6c1e8df 100644 --- a/lib/Audio/Opusfile/Tags.pm +++ b/lib/Audio/Opusfile/Tags.pm @@ -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, Emarius@ieval.roE =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, -- 2.30.2