• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H19-Jul-2006-3419

MANIFESTH A D19-Jul-2006153 98

META.ymlH A D19-Jul-2006295 119

Makefile.PLH A D18-Jul-2006942 296

READMEH A D18-Jul-2006996 3724

Simple.pmH A D19-Jul-20064.9 KiB28671

README

1Log::Simple version 1.x
2======================
3
4INSTALLATION
5
6To install this module type the following:
7
8   perl Makefile.PL
9   make
10   make test
11   make install
12
13DEPENDENCIES
14
15This module requires these other modules and libraries:
16
17  none
18
19COPYRIGHT AND LICENCE
20
21Copyright (c) 1997-2006 Samuel MOUNIEE aka Moun's, mouns@cpan.org
22
23This file is part of Log::Simple.
24
25Log::Simple is free software; you can redistribute it and/or modify
26it under the terms of the GNU General Public License as published by
27the Free Software Foundation; version 2 of the License.
28
29Log::Simple is distributed in the hope that it will be useful,
30but WITHOUT ANY WARRANTY; without even the implied warranty of
31MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
32GNU General Public License for more details.
33
34You should have received a copy of the GNU General Public License
35along with Log::Simple ; if not, write to the Free Software
36Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
37