Glib::Object::Introspection uses the gobject-introspection and libffi projects
to dynamically create Perl bindings for a wide variety of libraries. Examples
include gtk+, webkit, libsoup and many more.
Note that due to a mishap in Makefile/patches the config dif was
previously /etc/siege/siege/* - this has been fixed to be /etc/siege/*
as expected, so you might have to adapt your install.
ok sthen@
Parse UK postcodes with regular expressions. Handles partial postcodes
(just the outcode or sector), and can test against valid characters and
currently valid outcodes, and determine posttown(s) from a postcode.
ANSI and artscene-related file formats into PNG images, supporting ANSI
(.ANS), PCBoard (.PCB), Binary (.BIN), Artworx (.ADF), iCE Draw (.IDF),
Tundra (.TND) and XBin (.XB) formats.
from Frederic Cambus, thanks!
comments and ok from sthen@
- move GH_* up alongside DISTNAME and adjust text
- suggest use of portcheck
- add a 60-column ruler for COMMENT
- expand USE_LIBTOOL comment, "don't use if you just need the m4 files" etc
- some other small wording/whitespace tweaks
fix for a transfer from a sender that you don't fully trust.
Originally gonzalo@ submitted a broken update to espie@ who passed
it around and then everybody forgot.
OK sthen@
test your regular expressions
This module is intended to test your regular expressions. Given a
subject string and a regular expression (aka pattern), the module
not only tests whether the regular expression complete matches the
subject string, it performs a utf8::upgrade or utf8::downgrade on
the subject string and performs the tests again, if necessary.
Furthermore, given a pattern with capturing parenthesis, it checks
whether all captures are present, and in the right order. Both
named and unnamed captures are checked.