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

Provide some pretty trivial functionality that I find useful over
and over. The value of this module will probably be blasted away by Perl 5.10.

Suggestions welcome.

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 Scalar::MoreUtils

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/Scalar-MoreUtils

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

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/Scalar-MoreUtils

    CPAN Ratings:
        http://cpanratings.perl.org/d/Scalar-MoreUtils

COPYRIGHT AND LICENCE

Copyright (C) 2007 Robert Krimen

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