package test::BookStore::Publisher; use base qw(test::BookStore::Object); use test::BookStore::PublisherIdGenerator; use strict; 1;