diff options
Diffstat (limited to 'cpan/Sys-Syslog/README')
-rw-r--r-- | cpan/Sys-Syslog/README | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/cpan/Sys-Syslog/README b/cpan/Sys-Syslog/README deleted file mode 100644 index 203535b826..0000000000 --- a/cpan/Sys-Syslog/README +++ /dev/null @@ -1,62 +0,0 @@ -NAME - - Sys::Syslog - Perl interface to the UNIX syslog(3) calls - - -DESCRIPTION - - Sys::Syslog is an interface to the UNIX syslog(3) program. - Call syslog() with a string priority and a list of printf() args - just like syslog(3). - - -INSTALLATION - - To install this module, run the following commands: - - $ perl Makefile.PL - $ make - $ make test - $ make install - - An ANSI-compliant compiler is required to compile the extension. - - Sys::Syslog should work on any Perl since 5.6.0. This module is - regularly compiled and tested by the CPAN Testers on various - combinations of Perl and operating systems. - - See also the corresponding CPAN Testers page: - http://testers.cpan.org/show/Sys-Syslog.html - - -SUPPORT AND DOCUMENTATION - - After installing, you can find documentation for this module - with the perldoc command. - - perldoc Sys::Syslog - - You can also look for information at: - - Search CPAN - http://search.cpan.org/dist/Sys-Syslog/ - - MetaCPAN - https://metacpan.org/module/Sys::Syslog - - CPAN Request Tracker: - http://rt.cpan.org/NoAuth/Bugs.html?Dist=Sys-Syslog - - AnnoCPAN, annotated CPAN documentation: - http://annocpan.org/dist/Sys-Syslog - - CPAN Ratings: - http://cpanratings.perl.org/d/Sys-Syslog - - -COPYRIGHT AND LICENCE - - Copyright (C) 1990-2012 by Larry Wall and others. - - This program is free software; you can redistribute it and/or modify it - under the same terms as Perl itself. |