zostay / qublog

Qublog is a personal work journal.

This URL has Read+Write access

qublog /
README
# BASIC INSTALLATION INSTRUCTIONS

I'm aiming for this to work:

    perl Makefile.PL
    make
    make install

If you do that, it should install the requirements for this (Catalyst,
DBIx::Class, etc.) you can run:

    bin/qublog_server_server.pl

This is not well-tested though. Help wanted.