PANT version 0.15
=================

This is a set of useful functions to facilitate building packages in
an automate build environment. It has facilities to ease common tasks
and provide a HTML build log of what happened. It has come about
because I found neither ANT or NANT did quite what I needed, and there 
is "more than one way to do it".

This is the first version, it is currently evolving to meet my needs,
but could well take into account other peoples needs. 


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other non-standard modules and libraries:

XML::Writer, Archive::Zip, File::Copy::Recursive

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2005 Julian Onions

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