========
Collection of all Perl modules grouped under the Dard namespace.
Including the standard base modules first. For the other relevant modules, follow their respective Git repositories.
Provided a general overview of the intended use of the command line options, where appropriate.
dard [ options ] program [ arguments ]As a standard manual install, type into the command line.
perl Makefile.PL
make
make test
make install
Optional: You could clean the directory after installation.
make cleanOr
make realclean3-Clause BSD