NAME
   Task::BeLike::CSSON - Stuff I need

SYNOPSIS
       # or equivalent
       $ sudo apt-get install libssl-dev
       $ sudo apt-get install libgd2-xpm-dev
       $ sudo apt-get install ncurses-dev
       $ sudo apt-get install libreadline6 libreadline6-dev

       $ git config --global user.email '...'
       $ git config --global user.name '...'

       # install mysql/mariadb, and
       $ export DBD_TESTUSER=...
       $ export DBD_TESTPASSWORD=...
       $ export DBD_TESTDB=...

       $ cpanm Class::Accessor
       $ cpanm Devel::Declare::MethodInstaller::Simple
       $ cpanm Compiler::Lexer
       $ cpanm Task::BeLike::CSSON

TASK CONTENTS
   See cpanfile.

AUTHOR
   Erik Carlsson <[email protected]>

COPYRIGHT
   Copyright 2014- Erik Carlsson

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

SEE ALSO