Devel-Walk version 0.03
=======================

Devel::Walk is sued to recursely walk through a data structure, visiting
each element in it one at a time.  It keeps track of the location as a
string that could, potentially, be used to delete or modify the structure.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2025 by Philip Gwyn

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.26.3 or,
at your option, any later version of Perl 5 you may have available.