devel/p5-Format-Human-Bytes into The NetBSD Packages Collection.
The Perl 5 module Format::Human::Bytes produces printable strings
which are more readable by humans than simple bytecounts.
devel/p5-Locale-Msgfmt into The NetBSD Packages Collection.
The Perl 5 module Locale::Msgfmt does the same thing as msgfmt from
GNU gettext-tools, except this is pure Perl.
devel/p5-Devel-Dumpvar into The NetBSD Packages Collection.
The Perl 5 module Devel::Dumpvar is a pure object-orientated
reimplementation of the perl-debugger's dumpvar.pl functionality.
This makes it a much more versatile version than other dumping
modules focused on serializing data, to use for dumping information
to debug log files or other uses where you don't need to reassemble
the data.
devel/p5-Devel-Dumpvar into The NetBSD Packages Collection.
The Perl 5 module Devel::Dumpvar is a pure object-orientated
reimplementation of the perl-debugger's dumpvar.pl functionality.
This makes it a much more versatile version than other dumping
modules focused on serializing data, to use for dumping information
to debug log files or other uses where you don't need to reassemble
the data.
devel/p5-Class-XSAccessor-Array into The NetBSD Packages Collection.
The Perl 5 module Class::XSAccessor::Array implements fast read,
write and read/write accessors in XS. Additionally, it can provide
predicates such as has_foo() for testing whether the attribute foo
is defined in the object. It works only with objects that are
implemented as arrays.
devel/p5-Class-Unload into The NetBSD Packages Collection.
The Perl 5 module Class::Unload provides a function to unload a
given class by clearing out its symbol table and removing it from
%INC.