The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

#! perl
use strict;
our $VERSION = "0.02";
sub register {
shift->SUPER::register
( { name => "Rubes",
} );
}
# Important: Return the package name!
__PACKAGE__;