whoami7 - Manager
:
/
root
/
.cpanm
/
latest-build
/
YAML-Syck-1.34
/
t
/
bug
/
Upload File:
files >> //root/.cpanm/latest-build/YAML-Syck-1.34/t/bug/doesnt-stringify.t
use Test::More; use JSON::Syck qw(Dump); plan( tests => 2 ); $v = 42; is( Dump($v), "42" ); is( Dump($v), "42" );
Copyright ©2021 || Defacer Indonesia