callback-hook version 0.1.0
============================

callback::hook is a generic framework for providing callback hooks within
a system for which people will be writing modules, and defining subroutines
which are supposed to get called at the time of those hooks.

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:

   perl 5.

COPYRIGHT AND LICENCE

Copyright (C) 2005 by David Nicol, davidnico@cpan.org

released under the GNU Public License, version 2.

The author of this work does not believe that linking
to a library constitutes creation of a derivative work.


