Your IP : 216.73.217.90


Current Path : /proc/self/root/proc/self/root/proc/self/root/usr/share/doc/perl-Test-Requires/t/
Upload File :
Current File : //proc/self/root/proc/self/root/proc/self/root/usr/share/doc/perl-Test-Requires/t/05_success.t

use strict;
use warnings;
use Test::More tests => 1;
use Test::Requires;

test_requires 'Scalar::Util';
test_requires 'Data::Dumper';
test_requires 'Devel::Peek';

like Dumper("HOGE"), qr/\$VAR/;