package test::BookStore::BooksOrdered; use base qw(test::BookStore::Object); use test::BookStore::Book; use strict; 1;