Update for API V2.1
[webservice-strike.git] / lib / WebService / Strike.pm
index 58d43c25c55cd046240a6d6b442b0d009f8f92ba..1b2be6f632cf7826652df09dd577063f3d23e06f 100644 (file)
@@ -5,7 +5,7 @@ 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.004003';
 our $BASE_URL = 'https://getstrike.net/api/v2';
This page took 0.009181 seconds and 4 git commands to generate.