Skip to content

fried/Data-Object

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Object version 0.006
============================

This module attempts to provide class style accessors for perl data structures.
In an attempt to make it easier to traverse said data structures in an OO way.

Currently only Array and Hash structures are handled in any way, all others are returned as is.

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:

  Moose

COPYRIGHT & LICENCE

Copyright (C) 2013 by Jason Fried. All Rights Reserved.

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

About

Class Style Accessor Methods for Perl Data Structures.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages