The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

use strict;
__PACKAGE__->table('a');
__PACKAGE__->add_columns('a');
# part of a test, do not remove
$_ = 'something completely utterly bogus';
1;