[ 源代码: libtest-synopsis-perl ]
软件包:libtest-synopsis-perl(0.16-1)
libtest-synopsis-perl 的相关链接
Debian 的资源:
下载源码包 libtest-synopsis-perl:
- [libtest-synopsis-perl_0.16-1.dsc]
- [libtest-synopsis-perl_0.16.orig.tar.gz]
- [libtest-synopsis-perl_0.16-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Perl module to test SYNOPSIS code in PODs
Test::Synopsis is an (author) test module to find .pm or .pod files under your lib directory and then make sure the example snippet code in your SYNOPSIS section passes the perl compile check.
Note that this module only checks the perl syntax (by wrapping the code with sub) and doesn't actually run the code.