Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

use strict;
our $VERSION = '0.1.84';
our $libyamlscript_version = $VERSION;
die "Alien::YAMLScript $VERSION requires libyamlscript $libyamlscript_version" .
"but you have " . __PACKAGE__->version
unless Alien::YAMLScript->exact_version($libyamlscript_version);
1;