1package t::ToolSet::StrictWarn;
2use base 'ToolSet';
3
4ToolSet->use_pragma( 'strict' );
5ToolSet->use_pragma( 'warnings' );
6
71; # return true
8