summaryrefslogtreecommitdiff
path: root/Porting/checkURL.pl
Commit message (Collapse)AuthorAgeFilesLines
* Remove AT&T UWIN supportDagfinn Ilmari Mannsåker2021-11-021-1/+0
| | | | | UWIN is a UNIX compatibility layer for Windows. It was last released in 2012 and has been superseded by Cygwin these days.
* Update Porting documents to reference GitHub issuesDan Book2019-11-261-0/+4
|
* Import dead URLs from my last analysisMax Maischein2019-10-211-0/+22
| | | | | | | | Unfortunately, I haven't been able to find the content for these URLs elsewhere. Maybe we should add "Find one more URL from that list" to the release manager guide so we regain one URL per month.
* Allow newer bug URLs on rt.perl.orgKevin Falcone2013-10-251-1/+1
|
* Porting/checkURL.pl now requires rather than uses all non-core modules.Nicholas Clark2011-12-221-11/+11
| | | | | | | | | This way ./perl -Ilib -c Porting/checkURL.pl can be used to syntax check it. Only File::Slurp and URI::Find::Simple were actually relying on C<use> to import subroutines - replace the two uses with fully qualified names. All other packages are needed for object constructors, not imports, so there is no change in loading them with C<require>.
* Update READMEs and Pod with the updated URLs at http://lists.perl.orgSteve Peters2011-12-091-1/+1
|
* Update Porting/checkURL.pl to not verify secure hostnames and add many updatesLeon Brocard2011-06-121-12/+102
|
* 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