]> iEval git - webservice-strike.git/blobdiff - lib/WebService/Strike.pm
Update for API V2.1
[webservice-strike.git] / lib / WebService / Strike.pm
index e59707e66edabec11716a399eb77c60cf50c4da5..1b2be6f632cf7826652df09dd577063f3d23e06f 100644 (file)
@@ -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.004003';
 our $BASE_URL = 'https://getstrike.net/api/v2';
 
 use JSON::MaybeXS qw/decode_json/;
This page took 0.020001 seconds and 4 git commands to generate.