./devel/p5-autobox, Perl 5 module to add methods on native types

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2014Q1, Version: 2.82, Package name: p5-autobox-2.82, Maintainer: pkgsrc-users

The Perl 5 module autobox provides an autobox pragma. It allows
methods to be called on integers, floats, strings, arrays, hashes,
and code references in exactly the same manner as blessed references.
The autoboxing is transparent: boxed values are not blessed into
their (user-defined) implementation class (unless the method elects
to bestow such a blessing) - they simply use its methods as though
they are.
The classes (packages) into which the native types are boxed are
fully configurable. By default, a method invoked on a non-object
is assumed to be defined in a class whose name corresponds to the
ref() type of that value - or SCALAR if the value is a non-reference.
This mapping can be overriden by passing key/value pairs to the use
autobox statement, in which the keys represent native types, and
the values their associated classes.


Required to run:
[devel/p5-Scope-Guard]

Master sites: (Expand)

SHA1: 40143a4537c944f55f986de0736b6a96affa5aa8
RMD160: d6980948c9a5d055ae25811add4ec240189a0d95
Filesize: 73.595 KB

Version history: (Expand)