X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FWebService%2FStrike.pm;h=fc8040672c0bda8779c1f3b34c882cb2ab958fcb;hb=af34eec1ebb2160bd90022df05b34bd7aeed5e4e;hp=e59707e66edabec11716a399eb77c60cf50c4da5;hpb=35da92a0cebdbc84a7da992becc2338c5e9fab51;p=webservice-strike.git diff --git a/lib/WebService/Strike.pm b/lib/WebService/Strike.pm index e59707e..fc80406 100644 --- a/lib/WebService/Strike.pm +++ b/lib/WebService/Strike.pm @@ -5,9 +5,9 @@ use strict; use warnings; use parent qw/Exporter/; -our @EXPORT = qw/strike strike_search strike_imdb/; ## no critic (ProhibitAutomaticExportation) +our @EXPORT = qw/strike strike_search strike_imdb/; our @EXPORT_OK = (@EXPORT, 'strike_query'); -our $VERSION = '0.004002'; +our $VERSION = '0.005'; our $BASE_URL = 'https://getstrike.net/api/v2'; use JSON::MaybeXS qw/decode_json/; @@ -145,7 +145,7 @@ Marius Gavrilescu, Emarius@ieval.roE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2015 by Marius Gavrilescu +Copyright (C) 2015-2016 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.20.2 or,