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

NAME

Bundle::Cheat::Sheet - Copy-and-paste usage lines for lazy coders

VERSION

This document describes Bundle::Cheat::Sheet version 0.0.5

SYNOPSIS

    $ perl -MCPAN -e 'install Bundle::Cheat::Sheet'

DESCRIPTION

No, we don't cheat. And even if we did, I'd never tell you. --Tommy Lasorda

This is a collection of "cheat sheets": highly compressed, abbreviated documentation for various modules. Each module within the bundle covers a top-level namespace or a set of otherwise closely-related modules.

For each module, a paragraph is given, generally:

    Some::Module            # Short description
        qw( various exportable symbols if any );
        routine( $placeholder, @arguments );
        $context    = function( @arguments);
        $object->method();

You should be able to copy and paste this into your own code, delete what you don't need, and be on your way.

CONTENTS

Cheat::Sheet::Test

Cheat::Sheet::Util

SEE ALSO

BUGS AND LIMITATIONS

No cheat sheet will teach you anything. It's only a reminder. You must consult each module's own full documentation at least before using it. I hope.

THANKS

  • To about 8500 authors who have uploaded about 85,000 modules to the CPAN.

AUTHOR

Xiong Changnian <xiong@cpan.org>

LICENSE

Copyright (C) 2010 Xiong Changnian <xiong@cpan.org>

This library and its contents are released under Artistic License 2.0:

http://www.opensource.org/licenses/artistic-license-2.0.php