Cheat-Meta version 0.0.4

If a thing is worth having, it's worth cheating for.
   --W. C. Fields

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.


INSTALLATION

To install this module with Module::Build, run the following commands:

   perl Build.PL
   Build
   Build test
   Build install


DEPENDENCIES

None.


LICENSE

Copyright (C) 2010 Xiong Changnian <[email protected]>

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

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