Module::Starter::CSJEWELL version 0.100

INSTALLATION
   To install this module, run the following commands:

           perl Makefile.PL
           make
           make test
           make install

   This method of installation will still require 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
   Requires the `Module::Starter' module.

LICENSE AND COPYRIGHT
   Copyright (c) 2009-2010, Curtis Jewell `<[email protected]>'. All rights
   reserved.

   Based on Module::Starter::PBP, Copyright (c) 2005, Damian Conway
   `<[email protected]>'. All rights reserved.

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