Nilson Santos Figueiredo Júnior > Object-Recorder-0.01 > Object::Recorder::Storage

Download:
Object-Recorder-0.01.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.01   Source  

NAME ^

Object::Recorder::Storage - Serializable data structure for Object::Recorder

SYNOPSIS ^

This module makes it possible to record method calls issued to a set of objects inti a serializable container which can later be replayed, perfoming the actual method calls.

CLASS METHODS ^

new ($object_class, $constructor, @args)

Builds a new storage object.

AUTOLOAD

Arbitrary method calls are stored using AUTOLOAD. It will return another Object::Recorder::Storage instance so that method calls on return values from another recorded method calls will also be properly recorded.

AUTHOR ^

Nilson Santos Figueiredo Junior, <nilsonsfj at cpan.org>

COPYRIGHT & LICENSE ^

Copyright (C) 2007 Nilson Santos Figueiredo Junior. Copyright (C) 2007 Picturetrail, Inc.

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