The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes 04
LICENSE 07
MANIFEST 01
META.json 22
META.yml 22
README 18
lib/WWW/Scraper/ISBN/Driver.pm 38
7 files changed (This is a version diff) 832
@@ -1,6 +1,10 @@
 Revision history for WWW::Scraper::ISBN::Driver
 ===============================================
 
+0.21    2014-04-07
+        - added LICENSE file.
+        - added deprecation warning.
+
 0.20    2013-08-27
         - further extended test suite.
 
@@ -0,0 +1,7 @@
+LICENSE FOR WWW-Scraper-ISBN-Driver
+
+Copyright © 2004-2013 Andy Schamp, andy@schamp.net
+Copyright © 2013-2014 Barbie for Miss Barbell Productions.
+
+This distribution is free software; you can redistribute it and/or
+modify it under the Artistic Licence v2.
@@ -1,5 +1,6 @@
 Changes
 lib/WWW/Scraper/ISBN/Driver.pm
+LICENSE
 Makefile.PL
 MANIFEST
 META.json
@@ -1,6 +1,6 @@
 {
     "name": "WWW-Scraper-ISBN-Driver",
-    "version": "0.20",
+    "version": "0.21",
     "abstract": "Driver class for WWW::Scraper::ISBN module",
     "author": [
       "Andy Schamp <andy@schamp.net>",
@@ -44,7 +44,7 @@
     "provides": {
         "WWW::Scraper::ISBN::Driver": {
             "file": "lib/WWW/Scraper/ISBN/Driver.pm",
-            "version": "0.20"
+            "version": "0.21"
         }
     },
     "no_index": {
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                     WWW-Scraper-ISBN-Driver
-version:                  0.20
+version:                  0.21
 abstract:                 Driver class for WWW::Scraper::ISBN module
 author:
   - Andy Schamp <andy@schamp.net>
@@ -25,7 +25,7 @@ build_requires:
 provides:
   WWW::Scraper::ISBN::Driver:
     file:     lib/WWW/Scraper/ISBN/Driver.pm
-    version:  0.20
+    version:  0.21
 
 no_index:
   directory:
@@ -3,6 +3,13 @@ WWW-Scraper-ISBN-Driver
 
 WWW::Scraper::ISBN::Driver - Driver class for WWW::Scraper::ISBN module.
 
+WARNING:
+
+This distribution will be deprecated in the near future. The module within is
+to be merged into the main WWW-Scraper-ISBN distribution.
+
+DESCRIPTION
+
 This is a base class, from which all site-specific drivers should inherit its 
 members and methods.  Driver subclasses named 'C<$name>' should be packaged as 
 WWW::Scraper::ISBN::$name_Driver, e.g. WWW::Scraper::ISBN::LOC_Driver for the 
@@ -28,7 +35,7 @@ This module requires these other modules and libraries:
 COPYRIGHT AND LICENCE
 
   Copyright (C) 2004-2013 Andy Schamp, andy@schamp.net
-  Copyright (C) 2013      Barbie, barbie@cpan.org
+  Copyright (C) 2013-2014 Barbie, barbie@cpan.org
 
   This distribution is free software; you can redistribute it and/or
   modify it under the Artistic Licence v2.
@@ -5,7 +5,7 @@ use warnings;
 
 use Carp;
 
-our $VERSION = '0.20';
+our $VERSION = '0.21';
 
 # Preloaded methods go here.
 sub new {
@@ -58,6 +58,11 @@ __END__
 
 WWW::Scraper::ISBN::Driver - Driver class for WWW::Scraper::ISBN module.
 
+=head1 WARNING
+
+This distribution will be deprecated in the near future. The module within is
+to be merged into the main WWW-Scraper-ISBN distribution.
+
 =head1 SYNOPSIS
 
     use WWW::Scraper::ISBN::Driver;
@@ -223,12 +228,12 @@ L<WWW::Scraper::ISBN::Record>
 =head1 AUTHOR
 
   2004-2013 Andy Schamp, E<lt>andy@schamp.netE<gt>
-  2013      Barbie, E<lt>barbie@cpan.orgE<gt>
+  2013-2014 Barbie, E<lt>barbie@cpan.orgE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
   Copyright 2004-2013 by Andy Schamp
-  Copyright 2013 by Barbie
+  Copyright 2013-2014 by Barbie
 
   This distribution is free software; you can redistribute it and/or
   modify it under the Artistic Licence v2.