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