From 589ba8e288f60a6c7b973a7e546278deee9a4e75 Mon Sep 17 00:00:00 2001 From: Barbie Date: Thu, 12 Jun 2014 07:54:06 +0100 Subject: [PATCH] upped version --- Changes | 1 + META.json | 8 ++++---- META.yml | 8 ++++---- lib/WWW/Scraper/ISBN.pm | 2 +- lib/WWW/Scraper/ISBN/Driver.pm | 2 +- lib/WWW/Scraper/ISBN/Record.pm | 2 +- 6 files changed, 12 insertions(+), 11 deletions(-) diff --git a/Changes b/Changes index ba04a9a..e41d2a1 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ Revision history for WWW-Scraper-ISBN ===================================== +1.01 2014-06-12 - added tests and checks for blank searches. 1.00 2014-05-27 diff --git a/META.json b/META.json index ac247a6..3c5ea90 100644 --- a/META.json +++ b/META.json @@ -1,6 +1,6 @@ { "name": "WWW-Scraper-ISBN", - "version": "1.00", + "version": "1.01", "abstract": "Retrieve information about books from online sources", "author": [ "Andy Schamp ", @@ -44,15 +44,15 @@ "provides": { "WWW::Scraper::ISBN": { "file": "lib/WWW/Scraper/ISBN.pm", - "version": "1.00" + "version": "1.01" }, "WWW::Scraper::ISBN::Driver": { "file": "lib/WWW/Scraper/ISBN/Driver.pm", - "version": "1.00" + "version": "1.01" }, "WWW::Scraper::ISBN::Record": { "file": "lib/WWW/Scraper/ISBN/Record.pm", - "version": "1.00" + "version": "1.01" } }, "no_index": { diff --git a/META.yml b/META.yml index 9343bc7..eb647a7 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: WWW-Scraper-ISBN -version: 1.00 +version: 1.01 abstract: Retrieve information about books from online sources author: - Andy Schamp @@ -25,13 +25,13 @@ build_requires: provides: WWW::Scraper::ISBN: file: lib/WWW/Scraper/ISBN.pm - version: 1.00 + version: 1.01 WWW::Scraper::ISBN::Driver: file: lib/WWW/Scraper/ISBN/Driver.pm - version: 1.00 + version: 1.01 WWW::Scraper::ISBN::Record: file: lib/WWW/Scraper/ISBN/Record.pm - version: 1.00 + version: 1.01 no_index: directory: diff --git a/lib/WWW/Scraper/ISBN.pm b/lib/WWW/Scraper/ISBN.pm index f940857..5eb8e87 100644 --- a/lib/WWW/Scraper/ISBN.pm +++ b/lib/WWW/Scraper/ISBN.pm @@ -3,7 +3,7 @@ package WWW::Scraper::ISBN; use strict; use warnings; -our $VERSION = '1.00'; +our $VERSION = '1.01'; #---------------------------------------------------------------------------- # Library Modules diff --git a/lib/WWW/Scraper/ISBN/Driver.pm b/lib/WWW/Scraper/ISBN/Driver.pm index 9174371..feb5f56 100644 --- a/lib/WWW/Scraper/ISBN/Driver.pm +++ b/lib/WWW/Scraper/ISBN/Driver.pm @@ -3,7 +3,7 @@ package WWW::Scraper::ISBN::Driver; use strict; use warnings; -our $VERSION = '1.00'; +our $VERSION = '1.01'; #---------------------------------------------------------------------------- # Library Modules diff --git a/lib/WWW/Scraper/ISBN/Record.pm b/lib/WWW/Scraper/ISBN/Record.pm index bd9b9dc..1afa426 100644 --- a/lib/WWW/Scraper/ISBN/Record.pm +++ b/lib/WWW/Scraper/ISBN/Record.pm @@ -3,7 +3,7 @@ package WWW::Scraper::ISBN::Record; use strict; use warnings; -our $VERSION = '1.00'; +our $VERSION = '1.01'; #---------------------------------------------------------------------------- # Public API