The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Cache-Benchmark

This module is designed to indicate quality and speed of cache-objects to compare modules and/or cache-algorithms against each other.
You can rund tests with several options and record the testdata to replay any test how often you want.

For more details, see the pod documentation in Cache::Benchmark.pm. 

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


SUPPORT AND DOCUMENTATION

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

    perldoc Cache::Benchmark

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/Cache-Benchmark

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Cache-Benchmark

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/Cache-Benchmark

    CPAN Ratings:
        http://cpanratings.perl.org/d/Cache-Benchmark

COPYRIGHT AND LICENCE

Copyright (C) 2007 Tobias Tacke

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