The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package BigApp::Report::Publish;
require Exporter;
$VERSION = 2.53;
@ISA     = qw(Exporter);
@EXPORT  = qw(render);
sub render { 1 }
1