Tie::Tools - a collection of tying tools


Tie-Tools documentation Contained in the Tie-Tools distribution.

Index


Code Index:

NAME

Top

Tie::Tools - a collection of tying tools

DESCRIPTION

Top

Tie::Tools consist of several modules each in their own namespace.

Tie::DeepTied

Tie::Depth

Tie::Func

Tie::NormalArray

Tie::Parent

COPYRIGHT

Top

AUTHOR

Top

This is originally the work of Ariel Brosh, a member of Israel.pm and author of several contributions to CPAN. He has unfortunately passed away and have left behind several Perl modules where this is just one of them.

I volunteered to contribute further to the development of the modules, but it is still kept under the name of Ariel Brosh - the original author.

Jonas B. Nielsen <jonasbn@cpan.dk>

ACKNOWLEDGEMENTS

Top

- patch from Brian Dowling resulting in release 1.06


Tie-Tools documentation Contained in the Tie-Tools distribution.
package Tie::Tools;

# $Id: Tools.pm 1884 2007-10-29 21:25:10Z jonasbn $

use strict;
use vars qw($VERSION);

$VERSION = '1.06';

1;

__END__;