From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

use strict;
## no critic (Variables::ProhibitPackageVars)
ok(
!$DateTime::IsPurePerl,
'XS implementation is loaded by default'
);
done_testing();