Name : perl-autobox
| |
Version : 2.730.0
| Vendor : Mandriva
|
Release : 1
| Date : 2011-03-14 22:30:02
|
Group : Development/Perl
| Source RPM : perl-autobox-2.730.0-1.src.rpm
|
Size : 0.06 MB
| |
Packager : Guillaume Rousse < guillomovitch_mandriva_org>
| |
Summary : Call methods on native types
|
Description :
The autobox pragma 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.
|
RPM found in directory: /vol/rzm6/linux-mandriva/official/2011/i586/media/contrib/release |