summaryrefslogtreecommitdiff
path: root/cpan/Sys-Syslog
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2013-10-18 18:20:31 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2013-10-18 18:21:25 +0100
commit84c82da487906645eec2128aa4d8f1cde743d405 (patch)
tree91309c55bd4086abcee7e37eadcd58b539c37125 /cpan/Sys-Syslog
parent8db6555210da586fd395dac83edcff64f4451570 (diff)
downloadperl-84c82da487906645eec2128aa4d8f1cde743d405.tar.gz
Remove further IGNORABLE-like files under cpan/
These are all examples, demos and oddly named READMEs.
Diffstat (limited to 'cpan/Sys-Syslog')
-rw-r--r--cpan/Sys-Syslog/README.win3230
1 files changed, 0 insertions, 30 deletions
diff --git a/cpan/Sys-Syslog/README.win32 b/cpan/Sys-Syslog/README.win32
deleted file mode 100644
index cecb8dc481..0000000000
--- a/cpan/Sys-Syslog/README.win32
+++ /dev/null
@@ -1,30 +0,0 @@
-NAME
-
- README.win32 - Customise and build Sys::Syslog with Win32 EventLog support
-
-
-DESCRIPTION
-
- This package includes support for the Win32 Event log. This requires
- building a message file and then compiling it and linking it into the
- final .DLL produced by MakeMaker. The default message text file used
- by Sys::Syslog is PerlLog.mc, located in the win32/ subdirectory.
-
- If the message file is updated then you need to go in the win32/
- subdirectory and run the "compile.pl" command to update the relevant
- files. Note that Sys::Syslog::Win32 is built by this process.
-
- The following files are in the win32 directory:
-
- PerlLog.mc -- Message file, change this if you change anything.
- compile.pl -- Compile the message file and produce Win32.pm and
- PerlLog.RES. Requires that mc.exe and rc.exe are
- in the path.
-
- PerlLog.RES -- Precompiled resource file, used when building the DLL
- Win32.pm -- Generated Win32 module for working with the resource file
-
- When building win32/PerlLog.RES will be linked into the final XS file,
- and win32/Win32.pm will be copied to lib/Sys/Syslog/Win32.pm, which will
- then be installed by MakeMaker as per normal.
-