]> iEval git - audio-opusfile.git/blobdiff - lib/Audio/Opusfile/Tags.pm
Perlcritic compliance + bump version and update Changes
[audio-opusfile.git] / lib / Audio / Opusfile / Tags.pm
index a65ed954b49b6120674bd1b97acde1c7d81f6e87..0c877cc74bbed1c00cfe37f008973519b6e43c7c 100644 (file)
@@ -6,6 +6,8 @@ use strict;
 use warnings;
 use subs qw/query query_count/;
 
+our $VERSION = '1.000';
+
 sub query_all {
        my ($tags, $tag) = @_;
        my $count = $tags->query_count($tag);
@@ -67,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.023143 seconds and 4 git commands to generate.