Nigel Metheringham wrote: > Can/should I wrap a ::Table based class around it, or do I need to do > other magic? > > No need for any magic, it works fine. Just __PACKAGE__->table('viewname'); __PACKAGE__->columns qw(....) as usual. Jules