diff options
| author | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-01-03 14:00:22 -0800 |
|---|---|---|
| committer | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-01-03 14:00:22 -0800 |
| commit | 792eeecfec9b9b30101fa5c791554b6affb5f0d0 (patch) | |
| tree | d3e835deef556269479be29e596a01e110ebc825 /README | |
| parent | update .gitignore (diff) | |
| download | jitterbug-792eeecfec9b9b30101fa5c791554b6affb5f0d0.tar.gz | |
Convert jitterbug to use Module::Build
Jitterbug now uses Module::Build, mostly so that "./Build installdeps" can
be used to install all Jitterbug dependencies. The README has been updated
to document the new installation process.
A Makefile.PL is still generated for backcompat.
Diffstat (limited to '')
| -rw-r--r-- | README | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -6,9 +6,14 @@ as Dancer, DBIx::Class and Git::Repository. Installing Jitterbug =================== -perl Makefile.PL +perl Build.PL -# ... install missing dependencies with cpan or cpanm ... +# You can also use Makefile.PL, but you will then have to manually +# install dependencies +# perl Makefile.PL + +# install missing dependencies +./Build installdeps # start the jitterbug Dancer app, which by default binds to port 3000 perl jitterbug.pl |
