File: INSTALL

package info (click to toggle)
liblog-handler-perl 0.90-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 576 kB
  • sloc: perl: 2,758; makefile: 4
file content (14 lines) | stat: -rw-r----- 337 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
To install the module execute the following steps:

   perl Makefile.PL
   make
   make test

"make test" do some tests. If you get error messages then
you shouldn't install the module. Otherwise your last step is:

   make install

and have a lot of fun with Log::Handler.

Don't forget to take a look into the "examples" diretory. :-)