The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.12 - 2006-09-14

  • Moved the lib/Net directory to lib/WebService.
  • lib/WebService/ISBNDB/API.pm:: lib/WebService/ISBNDB/API/Authors.pm: lib/WebService/ISBNDB/API/Books.pm: lib/WebService/ISBNDB/API/Categories.pm: lib/WebService/ISBNDB/API/Publishers.pm: lib/WebService/ISBNDB/API/Subjects.pm: lib/WebService/ISBNDB/Agent.pm: lib/WebService/ISBNDB/Agent/REST.pm: MANIFEST: Changed all file-references and class-references from Net to WebService.
  • t/00_load.t: Changed all file-references and class-references from Net to WebService.
  • Build.PL: MANIFEST: MANIFEST.SKIP: Makefile.PL: Changed the build control from ExtUtils::MakeMaker to Module::Build. Put in a compatibility layer for EU::MM.

Modules

Base class for the WebService::ISBNDB API classes
Data class for author information
Data class for book information
Data class for category information
Data class for publisher information
Data class for subject information
Base class for data-retrieval agents
Agent sub-class for the REST protocol