security/p5-Authen-CAS-Client into The NetBSD Packages Collection.
The Perl 5 module Authen::CAS::Client provides a simple interface
for authenticating users using JA-SIG's CAS protocol. Both CAS v1.0
and v2.0 are supported.
www/p5-Catalyst-View-Jemplate into The NetBSD Packages Collection.
Catalyst::View::Jemplate is a Catalyst View plugin to automatically
compile TT files into JavaScript, using ingy's Jemplate.
devel/p5-Devel-Events-Objects into The NetBSD Packages Collection.
The Perl 5 module Devel::Events::Objects provides an event generator
and a handler for Devel::Events, that facilitate leak checking.
There are two components of this module: Devel::Events::Generator::Objects,
and Devel::Events::Handler::ObjectTracker. The first one uses some
trickery to generate events for every object creation and destruction
in code loaded after it was loaded. The second one will listen on
these events, and track all currently living objects.
devel/p5-Tie-RefHash-Weak into The NetBSD Packages Collection.
The Perl 5 module Tie::RefHash::Weak is a subclass of Tie::RefHash
with weak keys, instead of strong ones.
devel/p5-Variable-Magic into The NetBSD Packages Collection.
Magic is Perl way of enhancing objects. This mechanism let the user
add extra data to any variable and overload syntaxical operations
(such as access, assignation or destruction) that can be applied
to it. With the module Variable::Magic , you can add your own magic
to any variable without the pain of the C API.
devel/p5-Devel-Events into The NetBSD Packages Collection.
The Perl 5 module Devel::Events is an event generation, filtering
and analaysis framework for instrumenting and auditing perl code.
as devel/p5-MooseX-AttributeHelpers into The NetBSD Packages
Collection.
The Perl 5 module MooseX::AttributeHelpers provides commonly used
attribute helper methods for more specific types of data as Moose
attributes.
devel/p5-Devel-EvalContext into The NetBSD Packages Collection.
The Perl 5 module Devel::EvalContext provides the capability to
use Perl's eval primitive in a specified environment.
devel/p5-Devel-Cover into The NetBSD Packages Collection.
The Perl 5 module Devel::Cover provides code coverage metrics for
Perl. Code coverage metrics describe how thoroughly tests exercise
code. By using Devel::Cover you can discover areas of code not
exercised by your tests and determine which tests to create to
increase coverage. Code coverage can be considered as an indirect
measure of quality.
Updated devel/p5-File-chdir to 0.1002
Updated time/p5-DateTime-Format-Epoch to 0.11
Updated net/p5-Net-RawIP to 0.23
Updated net/p5-SNMP-Info to 2.00
Updated www/p5-Jemplate to 0.23
Updated www/p5-Apache-Reload to 0.10
Updated devel/p5-Class-Trigger to 0.13
Updated security/p5-Crypt-Rijndael to 1.07
Added devel/p5-IO version 1.2301
Added devel/p5-POE-Test-Loops version 1.002
Updated devel/p5-POE to 1.003nb1
Updated devel/p5-Curses to 1.24
Updated databases/p5-DBIx-Class-DynamicDefault to 0.03
Updated databases/p5-Catalyst-Model-DBIC-Schema to 0.21
Updated www/p5-Catalyst-Plugin-Authentication to 0.10007
Updated www/p5-Catalyst-Plugin-Authorization-Roles to 0.07
Updated www/p5-Catalyst-Plugin-StackTrace to 0.09
Updated www/p5-CatalystX-CRUD-Controller-RHTMLO to 0.16
Added databases/p5-Rose-DBx-Object-MoreHelpers version 0.02
Updated databases/p5-CatalystX-CRUD to 0.29
Updated databases/p5-CatalystX-CRUD-Model-RDBO to 0.13
Updated archivers/p5-Archive-Zip to 1.24
Updated devel/p5-B-Utils to 0.06
Updated devel/p5-Compress-Raw-Zlib to 2.015
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.