This is a declarative specification-style testing system for
behavior-driven development (BDD) in Perl. The tests (a.k.a. examples)
are named with strings instead of subroutine names, so your fingers
will suffer less fatigue from underscore-itis, with the side benefit
that the test reports are more legible.
This module is inspired by and borrows heavily from RSpec, a BDD
tool for the Ruby programming language.
OK sthen@
The MooX::Aliases module will allow you to quickly alias methods in Moo.
It provides an alias parameter for has() to generate aliased accessors
as well as the standard ones. Attributes can also be initialized in the
constructor via their aliased names.
OK sthen@
Class::Tiny::Chained is a wrapper around Class::Tiny which makes the
generated attribute accessors chainable; that is, when setting an
attribute value, the object is returned so that further methods can be
called.
OK sthen@
nipper and libnipper became comercial over ten years ago and have not been
updated ever since; HOMEPAGE doesn't even mention them any longer.
Pointed out by Marcus MERIGHI <mcmer-openbsd at tor dot at>, thanks!
OK sthen jca
add graphics to CATEGORIES; bluhm suggested putting the port in graphics/
but I had already committed in devel (to go with gobject-related ports)
and don't really like doing moves with cvs.
Cairo::GObject registers Cairo's types (Cairo::Context, Cairo::Surface,
etc.) with Glib's type systems so that they can be used normally in
signals and properties. If you have encountered an error akin to this:
GType CairoContext (15497280) is not registered with gperl
-- then you need to use Cairo::GObject.
From Greg Steuck. Thanks!
In addition to Gregs diff, I also removed charset from WANTLIB (not
used, test results with and without libcharset.so are identical).
The only change brought by this release is to add the possibility to do
the build without '.' in @INC (we still have '.' in @INC). While here,
modify my maintainer email address.
From Wen Heping, thanks!