The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
TinyMake version 0.06
=====================

TinyMake is a module for building software. 
It is a bare-bones dependency management tool, which uses an interface similar to Rake.

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:

	File::Find 

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2005 Walter Higgins

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