Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/perigrin/task-sdk-moose

Make it easier to start hacking on Moose
https://github.com/perigrin/task-sdk-moose

Last synced: about 1 month ago
JSON representation

Make it easier to start hacking on Moose

Awesome Lists containing this project

README

        

Task::SDK::Moose
================

Moose uses several modules to make the life of an Author easier. However
it can get quite annoying to do the dance to install these modules
especially since some of them (Module::Install for example) are
difficult to bootstrap.

This module is a `Task` to install the modules that don't easily
bootstrap. To build on a clean box you can simply use cpanminus.

curl -L http://cpanmin.us | perl - Task::SDK::Moose

After that you can clone Moose and begin working

git clone git://git.moose.perl.org/Moose.git
cd Moose
perl Makefile.PL
make
make installdeps
make test