public
Description: It creates and sets arbitrary attributes like ruby's OpenStruct, and allows you to deep attributes.
Homepage:
Clone URL: git://github.com/masaki/Data-OpenStruct-Deep.git
name age message
file .gitignore Loading commit data...
file .shipit
file Changes
file MANIFEST.SKIP
file Makefile.PL
file README
directory lib/
directory t/
directory xt/
README
This is Perl module Data::OpenStruct::Deep.

INSTALLATION

Data::OpenStruct::Deep installation is straightforward. If your CPAN shell is set up,
you should just be able to do

    % cpan Data::OpenStruct::Deep

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

Data::OpenStruct::Deep documentation is available as in POD. So you can do:

    % perldoc Data::OpenStruct::Deep

to read the documentation online with your favorite pager.

NAKAGAWA Masaki