DesignPattern-DispatchTable

A simple dispatch table implementation.

This module provides a simple, easy-to-use, flexible, object-oriented
implementation of a design pattern everybody uses: dispatch tables.

INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc DesignPattern::DispatchTable

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=DesignPattern-DispatchTable

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/DesignPattern-DispatchTable

    CPAN Ratings
        http://cpanratings.perl.org/d/DesignPattern-DispatchTable

    Search CPAN
        http://search.cpan.org/dist/DesignPattern-DispatchTable/


COPYRIGHT AND LICENCE

Copyright (C) 2009 Luis Motta Campos

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

