source of perl for linux application,

源代码在线查看: import.t

软件大小: 15230 K
上传用户: gankai1983
关键词: application source linux perl
下载地址: 免注册下载 普通下载 VIP

相关代码

				BEGIN {				    if( $ENV{PERL_CORE} ) {				        chdir 't';				        @INC = '../lib';				    }				}												use Test::More tests => 2, import => [qw(!fail)];								can_ok(__PACKAGE__, qw(ok pass like isa_ok));				ok( !__PACKAGE__->can('fail'),  'fail() not exported' );							

相关资源