Current Path : /proc/1553489/root/usr/share/doc/perl-Test-Simple/t/Test2/behavior/ |
Current File : //proc/1553489/root/usr/share/doc/perl-Test-Simple/t/Test2/behavior/err_var.t |
use strict; use warnings; use Test2::IPC; use Test2::Tools::Tiny; { local $! = 100; is(0 + $!, 100, 'set $!'); is(0 + $!, 100, 'preserved $!'); } done_testing;