Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish committed Jun 22, 2010
2 parents 3b56a9c + c7756da commit 6a7fb63
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.SKIP
@@ -1,5 +1,6 @@
books/*
MANIFEST.SKIP$
README-Github.mkdn$
pm_to_blib
.git/
.gitignore$
Expand Down
1 change: 1 addition & 0 deletions Makefile.PL
Expand Up @@ -2,6 +2,7 @@
# IMPORTANT: if you delete this file your app will not work as
# expected. You have been warned.
use inc::Module::Install 0.95; # xt/ support
use Module::Install::Catalyst;
use strict;
use Module::Install::AuthorRequires;

Expand Down
8 changes: 8 additions & 0 deletions README-Github.mkdn
@@ -0,0 +1,8 @@
# BUILDING

To build Kaizendo from the github source, you'll need to have installed
the following author dependencies.

Module::Install::Catalyst
Test::EOL
Test::NoTabs

0 comments on commit 6a7fb63

Please sign in to comment.