Mozilla::PublicSuffix provides a single function that returns the public suffix
of a domain name by referencing a parsed copy of Mozilla's Public Suffix List.
From the official website at http://publicsuffix.org:
A "public suffix" is one under which Internet users can directly register names.
Some examples of public suffixes are .com, .co.uk and pvt.k12.wy.us. The Public
Suffix List is a list of all known public suffixes.
A copy of the official list is bundled with the distribution. As the official
list continues to be updated, the bundled copy will inevitably fall out of date.
Therefore, if the bundled copy of found to be over thirty days old, this
distribution's installer provides the option to check for a new version of the
list and download/use it if one is found.
WWW: http://search.cpan.org/dist/Mozilla-PublicSuffix/
Feature safe: yes
Plack::Middleware::ForceEnv modifies the environment passed to the application
by adding your specified key value pairs. This is primarily useful when testing
apps under plackup (or similar) in a development environment.
WWW: http://search.cpan.org/dist/Plack-Middleware-ForceEnv/
Feature safe: yes
===> Configuring for fftw-2.1.5_6
Can't exec "aclocal": No such file or directory at /usr/local/share/autoconf-2.68/Autom4te/FileUtils.pm line 326.
autoreconf-2.68: failed to run aclocal: No such file or directory
*** Error code 1
Reported by: pointyhat
Feature safe: yes
- Morocco will offically go into DST at the last Sunday of April.
- Palestina will go into DST on 29 March
- Syria will go into DST on the first Friday in April.
- Haiti will go into DST at the second Sunday of March in 2012.
Feature safe: yes
than only by hostname. Bump PORTREVISION.
PR: ports/166583
Submitted by: Norbert Koch
While here:
* replace the (short) pkg-plist with PLIST_FILES variable;
* relax permissions on the client binaries from 4511 to 4555 --
otherwise tar refuses to package them, when running as non-root;
* declare license (GPLv2);
* link to description page, that works (author's site is down);
* add some working mirrors (author's site is down).
Feature safe: yes
The Carp routines are useful in your own modules because they act like die() or
warn(), but with a message which is more likely to be useful to a user of your
module. In the case of cluck, confess, and longmess that context is a summary of
every call in the call-stack. For a shorter message you can use carp or croak
which report the error as being from where your module was called. There is no
guarantee that that is where the error was, but it is a good educated guess.
WWW: http://search.cpan.org/dist/Carp/
Feature safe: yes