?? 101truncate-zip.t
字號:
BEGIN { if ($ENV{PERL_CORE}) { chdir 't' if -d 't'; @INC = ("../lib", "lib/compress"); }}use lib qw(t t/compress);use strict;use warnings;#use Test::More skip_all => "not implemented yet";use Test::More ;BEGIN { # use Test::NoWarnings, if available my $extra = 0 ; $extra = 1 if eval { require Test::NoWarnings ; import Test::NoWarnings; 1 }; plan tests => 2316 + $extra;};use IO::Compress::Zip qw($ZipError) ;use IO::Uncompress::Unzip qw($UnzipError) ;sub identify{ 'IO::Compress::Zip';}require "truncate.pl" ;run();
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -