perl-test-pod-linkcheck:测试 POD 的无效链接

时间:2021-07-14 21:41:56
【文件属性】:
文件名称:perl-test-pod-linkcheck:测试 POD 的无效链接
文件大小:215KB
文件格式:ZIP
更新时间:2021-07-14 21:41:56
Perl 名称 Test::Pod::LinkCheck - 测试 POD 的无效链接 版本 This document describes v0.008 of Test::Pod::LinkCheck - released November 01, 2014 as part of Test-Pod-LinkCheck. 概要 #!/usr/bin/perl use strict; use warnings; use Test::More; eval "use Test::Pod::LinkCheck"; if ( $@ ) { plan skip_all => 'Test::Pod::LinkCheck required for testing POD'; } else { Test::Pod::LinkCheck->new->all_pod_ok; } 描述
【文件预览】:
perl-test-pod-linkcheck-master
----.mailmap(216B)
----README.pod(10KB)
----t()
--------functions.t(551B)
--------simple.t(4KB)
--------cpan_backend.t(1003B)
----.includepath(143B)
----.settings()
--------org.eclipse.core.runtime.prefs(78B)
----.project(380B)
----examples()
--------linkcheck.t(197B)
----.gitignore(31B)
----lib()
--------Test()
----Changes(2KB)
----releases()
--------Test-Pod-LinkCheck-0.003.tar.gz(20KB)
--------Test-Pod-LinkCheck-0.002.tar.gz(20KB)
--------Test-Pod-LinkCheck-0.008.tar.gz(35KB)
--------Test-Pod-LinkCheck-0.004.tar.gz(21KB)
--------Test-Pod-LinkCheck-0.007.tar.gz(28KB)
--------Test-Pod-LinkCheck-0.005.tar.gz(25KB)
--------Test-Pod-LinkCheck-0.001.tar.gz(20KB)
--------Test-Pod-LinkCheck-0.006.tar.gz(27KB)
----dist.ini(41B)

网友评论