File: INSTALL

package info (click to toggle)
libparse-plainconfig-perl 3.03-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 404 kB
  • ctags: 76
  • sloc: perl: 1,816; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 279 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
Installation Instructions:
==========================

If you have root access you can simply execute:

  perl Makefile.PL && make && make install

If you're installing this in your own personal space use something akin to:

  perl Makefile.PL LIB=~/lib && make && make install