Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leont/class-private

Private hashes for your Perl objects
https://github.com/leont/class-private

Last synced: 24 days ago
JSON representation

Private hashes for your Perl objects

Awesome Lists containing this project

README

        

Class-Private

This module provides some level of encapsulation around hashrefs for objects. It does this by transforming every C into C. This way you won't have collisions. If the key contains C<::>, it will not be transformed, and normal access takes place. Thus keys from other packages can be accessed explicitly if necessary.

INSTALLATION

To install this module, run the following commands:

perl Build.PL
./Build
./Build test
./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

perldoc Class::Private

You can also look for information at:

RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Class-Private

AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Class-Private

CPAN Ratings
http://cpanratings.perl.org/d/Class-Private

Search CPAN
http://search.cpan.org/dist/Class-Private

COPYRIGHT AND LICENCE

Copyright (C) 2009 Leon Timmermans

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