HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/strawberry/perl/vendor/lib/YAML/LibYAML.pm
use strict; use warnings;
package YAML::LibYAML;
our $VERSION = '0.82';

sub import {
    die "YAML::LibYAML has been renamed to YAML::XS. Please use YAML::XS instead.";
}

1;