📄 constants.t
字号:
BEGIN { if ($ENV{PERL_CORE}) { chdir 't' if -d 't'; @INC = '../lib'; }}use strict;use Test::More tests => 1;use Attribute::Handlers;# This had been failing since the introduction of proxy constant subroutinesuse constant SETUP => undef;sub Test : ATTR(CODE) { };ok(1, "If we got here, CHECK didn't fail");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -