DocSys 1.09 review

Download
by rbytes.net on

License: GPL (GNU General Public License)
File size: 0K
Developer: Bryce Harrington
0 stars award from rbytes.net

DocSys is a document management system written in Perl and using MySQL for storing metadata about documents.

Installation:

To install the code and man pages in the standard areas, give the sequence of commands

perl Makefile.PL
make
make test
make install # you probably need to do this step as superuser

If you want to install the script in your own private space, use

perl Makefile.PL PREFIX=/home/joeuser
INSTALLMAN1DIR=/home/joeuser/man/man1
INSTALLMAN3DIR=/home/joeuser/man/man3
make
make test
make install # can do this step as joeuser

Note that `make test` does nothing interesting.

What's New in This Release:
Added patch from Pat Deegan implementing alphabetical sorting, the traverse() function, etc.

DocSys 1.09 keywords