https://github.com/trwyant/perl-test-pod-linkcheck-lite
Test Pod links
https://github.com/trwyant/perl-test-pod-linkcheck-lite
Last synced: 3 months ago
JSON representation
Test Pod links
- Host: GitHub
- URL: https://github.com/trwyant/perl-test-pod-linkcheck-lite
- Owner: trwyant
- Created: 2019-06-15T02:16:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-03T13:37:58.000Z (over 1 year ago)
- Last Synced: 2025-01-10T11:05:28.276Z (5 months ago)
- Language: Perl
- Size: 298 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSES/Artistic
Awesome Lists containing this project
README
Test-Pod-LinkCheck-Lite is Copyright (C) 2019-2024 by Thomas R. Wyant, III
DESCRIPTION
This Perl module tests POD links. A given file generates one failure for
each broken link found. If no broken links are found, one passing test
is done.INSTALLATION
This module is best installed using your favorite CPAN client: cpan,
cpanp, or cpanm. ActivePerl users can try their ppm.Failing that, you can use one of the two usual incantations:
gunzip Test-Pod-LinkCheck-Lite-9.999.tar.gz
tar -xf Test-Pod-LinkCheck-Lite-9.999.tar
perl Makefile.PL
make
make test
make installor
gunzip Test-Pod-LinkCheck-Lite-9.999.tar.gz
tar -xf Test-Pod-LinkCheck-Lite-9.999.tar
perl Build.PL
./Build
./Build test
./Build installYou should substitute the appropriate program name for 'make', eg nmake
(typically) under MSWin32, or mms or mmk under VMS. See
ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe for a copy of
nmake for MSWin32 if you need it.Of course, since it's pure Perl, you can just expand the kit and drop
SpaceTrack.pm and the SpaceTrack folder into the Astro directory
(creating it if necessary) in the appropriate place in your @INC
directories.LICENSING INFORMATION
This package is free software; you can redistribute it and/or modify it
under the same terms as Perl 5.10.0. For more details, see the full text
of the licenses in the directory LICENSES.This program is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of
merchantability or fitness for a particular purpose.