01pod.t

来自「urifind the uri from specially text samp」· T 代码 · 共 18 行

T
18
字号
#!/usr/bin/perl# vim: set ft=perl:# Stolen from Andy Lester, from # <http://use.perl.org/~petdance/journal/12391>use Test::More;use File::Spec;use strict;eval "use Test::Pod 0.95";if ($@) {    plan skip_all => "Test::Pod v0.95 required for testing POD";} else {    plan tests => 1;    Test::Pod::pod_file_ok(File::Spec->catfile(qw(blib script urifind)));}

⌨️ 快捷键说明

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