Name: | perl-Test-Pod-LinkCheck |
---|---|
Version: | 0.008 |
Release: | 28.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 75459 |
License: | GPL+ or Artistic |
RPM: | perl-Test-Pod-LinkCheck-0.008-28.el9.noarch.rpm |
Source RPM: | perl-Test-Pod-LinkCheck-0.008-28.el9.src.rpm |
Build Date: | Tue Feb 08 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Test-Pod-LinkCheck |
Summary: | Tests POD for invalid links |
Description: | This module looks for any links in your POD and verifies that they point to a valid resource. It uses the Pod::Simple parser to analyze the pod files and look at their links. In a nutshell, it looks for L<Foo> links and makes sure that Foo exists. It also recognizes section links, L</SYNOPSIS> for example. Also, manual pages are resolved and checked. |