Module::Release::CSJEWELL version 0.005

DESCRIPTION
    This distribution contains plugins for Module::Release that CSJEWELL
    uses in his release automation, and the script that he currently uses.

INSTALLATION
    To install this module, run the following commands:

            perl Makefile.PL
            make
            make test
            make install

    This method of installation will install a current version of
    Module::Build if it is not already installed.

    Alternatively, to install with Module::Build, you can use the following
    commands:

            perl Build.PL
            ./Build
            ./Build test
            ./Build install
        
DEPENDENCIES
    Net::Twitter version 3.04006, Archive::Tar (more to add later)

WARNING
    This distribution is not nearly complete yet - it is still in an alpha
    state.

LICENSE AND COPYRIGHT
    Copyright (c) 2009, Curtis Jewell `<csjewell@cpan.org>'. All rights
    reserved.

    This module is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself, either version 5.8.1 or any later
    version. See perlartistic and perlgpl.

    The full text of the license can be found in the LICENSE file included
    with this module.

