83764e1daa
Change some URLs from author dirs to dist dirs. The example in the porter's handbook didn't have the trailing slash; mea culpa for not having caught that when it went in.
5 lines
274 B
Text
5 lines
274 B
Text
Implementation of http get that keeps a local cache of fetched pages to
|
|
avoid fetching the same data from the server if it hasn't been updated.
|
|
The cache is stored on disk and is thus persistent between invocations.
|
|
|
|
WWW: http://search.cpan.org/dist/HTTP-Cache-Transparent/
|