Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/perigrin/task-sdk-moose
- Owner: perigrin
- Created: 2010-05-12T22:36:49.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-05-20T22:08:47.000Z (over 14 years ago)
- Last Synced: 2024-05-01T22:51:41.677Z (9 months ago)
- Language: Perl
- Size: 93.8 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
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