The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
12345678 package MyTest;use 5.012;use Test::Catch;use XS::libpanda;XS::Loader::load();1;
package
MyTest;
use
5.012;
Test::Catch;
XS::libpanda;
XS::Loader::load();
1;