diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 37c2150..d6c19d4 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -1,5 +1,6 @@ books/* MANIFEST.SKIP$ +README-Github.mkdn$ pm_to_blib .git/ .gitignore$ diff --git a/Makefile.PL b/Makefile.PL index 0403f61..2a35063 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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; diff --git a/README-Github.mkdn b/README-Github.mkdn new file mode 100644 index 0000000..7ac9454 --- /dev/null +++ b/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