2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message: Bump the PKGREVISION for all packages which depend directly on perl, to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks! |
2010-03-10 23:49:32 by Fredrik Pettai | Files touched by this commit (1) |
Log message: Added LICENSE |
2010-03-09 21:25:31 by Fredrik Pettai | Files touched by this commit (3) |
Log message: Mail::RFC822::Address validates email addresses against the grammar described in RFC 822 using regular expressions. This module is functionally equivalent to RFC::RFC822::Address, but uses regular expressions rather than the Parse::RecDescent parser. |