Package perl-autobox: Information

    Binary package: perl-autobox
    Version: 3.0.1-alt1.1
    Architecture: x86_64
    Build time:  Jan 29, 2019, 06:25 AM in the task #219907
    Source package: perl-autobox
    Category: Development/Perl
    Report package bug
    License: Perl (GPL or Artistic)
    Summary: Perl interface to 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.
    
    autobox is lexically scoped, and bindings for an outer scope
    can be overridden or countermanded in a nested scope.

    Maintainer: Nikolay A. Fetisov


    Last changed


    Jan. 24, 2019 Igor Vlasenko 3.0.1-alt1.1
    - rebuild with new perl 5.28.1
    May 9, 2018 Nikolay A. Fetisov 3.0.1-alt1
    - New version
    April 21, 2018 Nikolay A. Fetisov 2.86-alt1
    - New version