Bump version and update Changes 0.004003
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 8 Aug 2015 10:31:04 +0000 (13:31 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 8 Aug 2015 10:31:04 +0000 (13:31 +0300)
Changes
lib/WebService/Strike.pm

diff --git a/Changes b/Changes
index bdb6b283c7d6607174a843fc8e2c6faa69ed5fe4..bf67623fc72e3e0c374b27a3a4f8c8b273b674a7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension WebService::Strike.
 
+0.004003 2015-08-08T13:31+03:00
+ - Fix failing test
+ - Lowercase keys in strike_imdb response
+
 0.004002 2015-05-23T12:16+03:00
  - Fix failing test
 
index e59707e66edabec11716a399eb77c60cf50c4da5..58d43c25c55cd046240a6d6b442b0d009f8f92ba 100644 (file)
@@ -7,7 +7,7 @@ use parent qw/Exporter/;
 
 our @EXPORT    = qw/strike strike_search strike_imdb/; ## no critic (ProhibitAutomaticExportation)
 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.011533 seconds and 4 git commands to generate.