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

📄 test.pm

📁 source of perl for linux application,
💻 PM
字号:
package B::Lint::Plugin::Test;use strict;use warnings;# This package will be loaded automatically by Module::Plugin when# B::Lint loads.warn 'got here!';sub match {    my $op = shift @_;    # Prints to STDERR which will be picked up by the test running in    # lint.t    warn "Module::Pluggable ok.\n";    # Ignore this method once it happens once.    *match = sub { };}1;

⌨️ 快捷键说明

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