Coder Social home page Coder Social logo

object-accessor's Introduction

This is the README file for Object::Accessor, a module that allows per
object accessors.

Please refer to 'perldoc Object::Accessor' after installation for
details.

#####################################################################

* Description

Object::Accessor

    Object::Accessor provides an interface to create per object
    accessors (as opposed to per Class accessors, as, for example,
    Class::Accessor> provides.

    You can choose to either subclass this module, and thus using its
    accessors on your own module, or to store an Object::Accessor
    object inside your own object, and access the accessors from
    there.

#####################################################################

* Installation

Object::Accessor follows the standard perl module install process

perl Makefile.PL
make
make test
make install

The module uses no C or XS parts, so no c-compiler is required.

######################################################################

AUTHOR
    This module by Jos Boumans <[email protected]>.

COPYRIGHT
    This module is copyright (c) 2004 Jos Boumans <[email protected]>. All
    rights reserved.

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

object-accessor's People

Contributors

bingos avatar dsteinbrunner avatar ikegami avatar rjbs avatar vpit avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

object-accessor's Issues

Can not bind '*' to anything but a SCALAR

It seems that the per object accessors created by Object::Accessor allow to store SCALAR values only.

  • Could you please explain the reason?
  • Could you suggest another CPAN library that offers a similar functionality but could store REFs (blessed or unblessed) too?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.