Clone::Weakref version 0.01
=======================

Clone::Weakref - recursively copy Perl datatypes (including weak references)

This module exports a clone() function which combines the performance of Clone's clone() with the support for weak references                  provided by Storable's dclone().

See the POD for more info.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module has the following dependencies:

  Data::Dumper 2.121
  Scalar::Util 1.01
  Test::More

COPYRIGHT AND LICENCE

Copyright (C) 2000-2005 chocolateboy <chocolate.boy@email.com>

Based on a fork of Clone 0.10 written by Ray Finch

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

http://www.gnu.org/copyleft/gpl.html
http://www.perl.com/language/misc/Artistic.html
