Skip to content

ejelta/xao

Repository files navigation

XAO Suite

XAO Suite is a set of perl modules that includes a database wrapper, a templating system, utilities, and derived modules.

See https://ejelta.com/xao/ for more details.

Structure

This repository is a collection of sub-modules. These modules can and should be installed individually. For a web project you would typically want these:

Working, but not recommended:

Obsolete:

After download

To pull all modules run this after cloning or downloading this meta package.

$ git submodule init
$ git submodule update --remote

Installation

An easy way to pull most current modules is by using cpanm or Carton:

$ cat cpanfile
FIXME
$ cpanm --installdeps .