Build.PL				# Module::Build controller
ChangeLog
ChangeLog.xml
Makefile.PL				# MakeMaker file
MANIFEST				# This file
MANIFEST.SKIP				# Things to not package
README
etc/ChangeLogML.xsd			# XML schema for ChangeLog.xml
lib/WebService/ISBNDB/Agent.pm		# Code classes from here down
lib/WebService/ISBNDB/Agent/REST.pm
lib/WebService/ISBNDB/API/Authors.pm
lib/WebService/ISBNDB/API/Books.pm
lib/WebService/ISBNDB/API/Categories.pm
lib/WebService/ISBNDB/API.pm
lib/WebService/ISBNDB/API/Publishers.pm
lib/WebService/ISBNDB/API/Subjects.pm
t/00_load.t				# Unit tests from here on down.
t/00_signature.t
t/01_pod.t
t/02_pod_coverage.t
t/05_api_baseclass.t
t/07_agent_baseclass.t
t/10_categories.t
t/20_publishers.t
t/30_subjects.t
t/40_authors.t
t/50_books.t
t/Authors-person_id=kulchenko_pavel.xml
t/Authors-person_id=ray_randy_j.xml
t/Books-isbn=0596002068.xml
t/Categories-category_id=alphabetically.authors.r.a.y.xml
t/Categories-category_id=alphabetically.publishers.o.r.xml
t/Categories-category_id=computers.programming.languages.perl.xml
t/Categories-category_id=science.astronomy.xml
t/Categories-category_id=science.biology.xml
t/Categories-category_id=science.botany.xml
t/Categories-category_id=science.chemistry.xml
t/Categories-category_id=science.computer_science.xml
t/Categories-category_id=science.earth_sciences.xml
t/Categories-category_id=science.economics.xml
t/Categories-category_id=science.geography.xml
t/Categories-category_id=science.mathematics.xml
t/Categories-category_id=science.mineralogy.xml
t/Categories-category_id=science.paleontology.xml
t/Categories-category_id=science.philosophy.xml
t/Categories-category_id=science.physics.xml
t/Categories-category_id=science.political_science.xml
t/Categories-category_id=science.psychology.xml
t/Categories-category_id=science.social_sciences.xml
t/Categories-category_id=science.sociology.xml
t/Categories-category_id=science.xml
t/DUMMY.pm
t/Publishers-publisher_id=oreilly.xml
t/Subjects-subject_id=internet_programming.xml
t/Subjects-subject_id=perl_computer_program_language.xml
t/testing.key                           # API key used just for testing
t/util.pl                               # Functions shared by test suites
META.yml
SIGNATURE    Added here by Module::Build
