use
v
6
;
# Checking that testing is sane: Test.pm
use
Test
;
plan
1
;
my
$
x
=
'
0
'
;
ok
$
x
==
$
x
;