Skip Menu |

This queue is for tickets about the Memoize CPAN distribution.

Report information
The Basics
Id: 49781
Status: rejected
Priority: 0/
Queue: Memoize

People
Owner: Nobody in particular
Requestors: leon [...] astray.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.01
Fixed in: (no value)



Subject: Fix URLs
Hello, I'm trying to update various URLs in the Perl source code. Here's a quick patch. Thanks! Leon
Subject: memoize.patch
diff --git a/ext/Memoize/Memoize.pm b/ext/Memoize/Memoize.pm index 0cecbca..a386ebe 100644 --- a/ext/Memoize/Memoize.pm +++ b/ext/Memoize/Memoize.pm @@ -996,9 +996,9 @@ C<Memoize>, send an empty note to C<mjd-perl-memoize-request@plover.com>. Mark-Jason Dominus (C<mjd-perl-memoize+@plover.com>), Plover Systems co. -See the C<Memoize.pm> Page at http://www.plover.com/~mjd/perl/Memoize/ +See the C<Memoize.pm> Page at http://perl.plover.com/Memoize/ for news and upgrades. Near this page, at -http://www.plover.com/~mjd/perl/MiniMemoize/ there is an article about +http://perl.plover.com/MiniMemoize/ there is an article about memoization and about the internals of Memoize that appeared in The Perl Journal, issue #13. (This article is also included in the Memoize distribution as `article.html'.) diff --git a/ext/Memoize/Memoize/Expire.pm b/ext/Memoize/Memoize/Expire.pm index 97e1aa4..01f30da 100644 --- a/ext/Memoize/Memoize/Expire.pm +++ b/ext/Memoize/Memoize/Expire.pm @@ -355,7 +355,7 @@ perl(1) The Memoize man page. -http://www.plover.com/~mjd/perl/Memoize/ (for news and updates) +http://perl.plover.com/Memoize/ (for news and updates) I maintain a mailing list on which I occasionally announce new versions of Memoize. The list is for announcements only, not
Those links are not broken at this time, though apparently they were at the time.