INSTALLATION INSTRUCTIONS

    perl Makefile.PL
    make
    make test
    make install
    mpm

DIST CREATING

    perl Makefile.PL
    make
    make test
    make skel
    make tardist

DEVELOPING RUNNING

    cd MPMinus
    perl -Ilib bin\mpm --share=src -d 

CREATE NEW VERSION (FOR DEVELOPER ONLY)

    * README         -- In documentation
    * CHANGES        -- Result of command: localtime | gclip
    * lib/MPMinus.pm -- In documentation (VERSION) & in code $VERSION
    * lib/MPMinus/Manual.pod -- In documentation (VERSION)
    * bin/mpm        -- In documentation (VERSION)
    * t/01-use.t     -- In test case

REQUIREMENTS & DEPENDENCIES

Programs:

    * Apache 2
    * mod_perl2

Perl modules:

    See Makefile.PL

