Skip to content

chorny/autobox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autobox version 2.73
====================

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.

autobox is lexically scoped, and bindings for an outer scope
can be overridden or countermanded in a nested scope.

See the POD for more details.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  Scope::Guard

COPYRIGHT AND LICENCE

This module is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

Copyright (c) 2003-2011 chocolateboy <[email protected]>

About

call methods on native types

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 63.2%
  • Perl 36.8%