⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 useing.t

📁 source of perl for linux application,
💻 T
字号:
BEGIN {    if( $ENV{PERL_CORE} ) {        chdir 't';        @INC = '../lib';    }}use Test::More tests => 5;require_ok('Test::Builder');require_ok("Test::More");require_ok("Test::Simple");{    package Foo;    use Test::More import => [qw(ok is can_ok)];    can_ok('Foo', qw(ok is can_ok));    ok( !Foo->can('like'),  'import working properly' );}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -