]> iEval git - audio-opusfile.git/blobdiff - lib/Audio/Opusfile/PictureTag.pm
Perlcritic compliance + bump version and update Changes
[audio-opusfile.git] / lib / Audio / Opusfile / PictureTag.pm
index 609e614c99756db05c1c1cc5e4523018c842c35d..560e70bf7ad139b10d42f44b901be6bc6393e396 100644 (file)
@@ -6,6 +6,8 @@ use strict;
 use warnings;
 use subs qw/parse/;
 
+our $VERSION = '1.000';
+
 sub new { parse $_[1] }
 
 1;
@@ -124,7 +126,7 @@ The format of the picture data, if known. One of:
 OP_PIC_FORMAT_UNKNOWN, OP_PIC_FORMAT_URL, OP_PIC_FORMAT_JPEG,
 OP_PIC_FORMAT_PNG, or OP_PIC_FORMAT_GIF.
 
- =back
+=back
 
 =head1 SEE ALSO
 
@@ -139,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,
This page took 0.021031 seconds and 4 git commands to generate.