The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Template-Ast version 0.02
=========================

This module provides some methods to ease the handling of Perl data
structures (we call them ASTs here) for Perl Template Toolkit, such
as reading AST from file, writing AST to file, and merging ASTs.

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:

  Template
  Data::Dumper
  Test::More

COPYRIGHT AND LICENCE

Copyright (c) 2005 Agent Zhang

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