From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678 package Local::CustomImport;use strict;use warnings;sub import { }1;
package
Local::CustomImport;
use
strict;
warnings;
sub
import
{ }
1;