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

NAME

Real::Handy - Perl extension for comfortable developing like ( common::sense, Modern::Perl, etc, ... )

SYNOPSIS

   use Real::Handy::NoConfig;
        
   instead of:

   use strict;
   use warnings; no warnings 'uninitialized';
   use Data::Dumper;
   use Carp;
   use FCGI;
   use DBI; 
   use ... Some other usefull module
   use 5.010; for given, state, say
   use Scalar::Util 
   use utf8;

DESCRIPTION

        See explanation of Toolkit and Modern::Perl. DEVELOPMENT VERSION. 

SEE ALSO

        L<common::sense>, L<Modern::Perl>, L<Toolkit>

AUTHOR

Grishaev Anatoliy, <grian@cpan>

COPYRIGHT AND LICENSE

Copyright (C) 2011 by Grishaev Anatoliy

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.