PATH:
home
/
.cpanm
/
work
/
1763772033.3200449
/
YAML-Syck-1.36
/
t
/
bug
/
Editing: doesnt-stringify.t
use Test::More; use JSON::Syck qw(Dump); plan( tests => 2 ); $v = 42; is( Dump($v), "42" ); is( Dump($v), "42" );
SAVE
CANCEL