summaryrefslogtreecommitdiff
path: root/Porting/checkURL.pl
Commit message (Collapse)AuthorAgeFilesLines
* Make everything exec-bit.txt lists executableFlorian Ragwitz2010-08-191-0/+0
| | | | | | | All these files used to be executable in the release tarballs. Apparently things also work without that in the repository, but I'd rather add this possibly unecessary change to blead instead of breaking the upcoming release. This should probably be looked into again afterwards.
* Update to check all URLs in the source, including ftp and ignore known ↵Leon Brocard2009-09-281-58/+349
| | | | example URLs
* Porting/checkURL.plAbigail2001-12-191-1/+1
| | | | | Message-ID: <20011218180322.8278.qmail@foad.org> p4raw-id: //depot/perl@13785
* Tweak the forking logic.Jarkko Hietaniemi2001-11-291-29/+39
| | | p4raw-id: //depot/perl@13350
* Add Abigail's link checker with the following tweaks:Jarkko Hietaniemi2001-11-291-0/+76
- known dummy URLs (Peter Prymmer) - do also READMEs and INSTALL (Michael Schwern) - do also ftp URLs - add fork retry loop in case the allowed number of processes per user is low p4raw-id: //depot/perl@13344