The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package BGPmon::CPM::DBObject;

use BGPmon::CPM::DB;
use base qw(Rose::DB::Object);
sub init_db { BGPmon::CPM::DB->new }

our $VERSION = '1.03';

1;