ruby-eventmachine-0.12.0, ruby-gettext-1.92.0, ruby-mocha-0.9.0,
ruby-rcairo-1.7.0, ruby-rd-mode-0.6.22, ruby-rdtool-0.6.22,
ruby-sqlite3-1.2.4, ruby-test-spec-0.9.0, rubygems-1.2.0
And -ruby-rbtree-0.3.0 since I can' find it anywhere.
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.