Raw content of BioMart::Web::PageStub package BioMart::Web::PageStub; sub new { return (bless {},$_[0]); } sub start {}; sub end {} 1;