package BigApp::Report::Publish; require Exporter; $VERSION = 2.53; @ISA = qw(Exporter); @EXPORT = qw(render); sub render { 1 } 1