devel/p5-Class-Accessor-Named into The NetBSD Packages Collection.
The Perl 5 module Class::Accessor::Named is a development aid to
talk your Class::Accessor generated accessors into identifying
themselves (eg for profiling).
www/p5-Test-WWW-Declare into The NetBSD Packages Collection.
Often in web apps, tests are very dependent on the state set up by
previous tests. If one test fails (e.g. "follow the link to the
admin page") then it's likely there will be many more failures.
The Perl 5 module Test::WWW::Declare module aims to alleviate this
problem, as well as provide a nicer interface to Test::WWW::Mechanize.
databases/p5-DBIx-Class-TimeStamp into The NetBSD Packages Collection.
The Perl 5 module DBIx::Class::TimeStamp is a DBIx::Class component
providing automatic setting and updating of date and time based
fields.
Added devel/p5-Test-POE-Server-TCP version 0.12
Updated net/p5-POE-Component-Client-Ident to 1.14
Updated chat/p5-POE-Filter-IRCD to 2.38
Added devel/p5-POE-Component-Pluggable version 1.10
Updated chat/p5-POE-Component-IRC to 5.88
Updated time/p5-Time-Format to 1.09
Updated mail/p5-User-Identity to 0.92
Updated devel/p5-Parse-RecDescent to 1.95.1nb1
Updated net/p5-X500-DN to 0.29
Updated devel/p5-Object-Realize-Later to 0.18
as databases/p5-DBIx-Class-DynamicDefault into The NetBSD Packages
Collection.
The Perl 5 module DBIx::Class::DynamicDefault is a DBIx::Class
component for automatically setting and updating fields with values
calculated at runtime.
devel/p5-Test-MockModule into The NetBSD Packages Collection.
The Perl 5 module Test::MockModule lets you temporarily redefine
subroutines in other packages for the purposes of unit testing.
A Test::MockModule object is set up to mock subroutines for a given
module. The object remembers the original subroutine so it can be
easily restored. This happens automatically when all MockModule
objects for the given module go out of scope, or when you unmock()
the subroutine.
devel/p5-Test-WWW-Selenium into The NetBSD Packages Collection.
The Perl 5 module Test::WWW::Selenium is a subclass of WWW::Selenium,
a perl client for the Selenium Remote Control test tool, that
provides convenient testing functions.
as devel/p5-Declare-Constraints-Simple into The NetBSD Packages
Collection.
The Perl 5 module Declare::Constraints::Simple provides an easy
way to build a profile to validate a data structure. It does this
by giving you a set of declarative keywords in the importing
namespace.
into The NetBSD Packages Collection.
The Perl 5 module aliased is simple in concept but is a rather
handy module. It loads the class you specify and exports into your
namespace a subroutine that returns the class name. You can explicitly
alias the class to another name or, if you prefer, you can do so
implicitly. In the latter case, the name of the subroutine is the
last part of the class name.
devel/p5-Params-Coerce into The NetBSD Packages Collection.
The Perl 5 module Params::Coerce attempts to encourage flexible
ways to pass parameters to functions, by making it easier to take
a variety of different arguments, while adding negligable additional
complexity to your code.
as devel/p5-Devel-GlobalDestruction into The NetBSD Packages
Collection.
The Perl 5 package Devel::GlobalDestruction provides a predicate
method to test if global destruction is in effect.
databases/p5-DBICx-MapMaker into The NetBSD Packages Collection.
The Perl 5 module DBICx::MapMaker automatically creates a DBIx::Class
result source for "many to many" relationship.
databases/p5-DBICx-TestDatabase into The NetBSD Packages Collection.
The Perl 5 module DBICx::TestDatabase creates a temporary SQLite
database, deploys your DBIC schema, and then connects to it. This
lets you easily test your DBIC schema. Since you have a fresh
database for every test, you don't have to worry about cleaning up
after your tests, ordering of tests affecting failure, etc.
databases/p5-DBICx-Deploy into The NetBSD Packages Collection.
The Perl 5 module DBICx::Deploy deploys a DBIx::Class schema to a
database. A command line script, dbicdeploy, is provided.
into The NetBSD Packages Collection.
The Perl 5 module CSS::Tiny provides a class to read and write .css
stylesheets with as little code as possible, reducing load time
and memory overhead.
into The NetBSD Packages Collection.
Pod::POM::Web is a Web application for browsing the documentation
of Perl components installed on your local machine. Since pages
are dynamically generated, they are always in sync with code actually
installed.
www/p5-Alien-GvaScript into The NetBSD Packages Collection.
GvaScript is a javascript framework, built on top of the prototype
object-oriented javascript framework (http://prototype.conio.net)
and offers a number of extensions and widgets, such as keymap
handling, application-specific events, autocompletion on input
field, and a tree navigator. GvaScript is distributed using Perl
tools, but the actual content of the library is pure javascript.