Move Sys-Syslog from ext/ to cpan/
authorNicholas Clark <nick@ccl4.org>
Thu, 24 Sep 2009 09:16:04 +0000 (10:16 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 24 Sep 2009 09:16:04 +0000 (10:16 +0100)
commite14adb6005c86f724c57fce18f4514abf3c57041
tree21620146a1f8109531423679858f5375884a1cb6
parent9271a704fa108e9f1352cdcdd0dd7ed1a71d1db9
Move Sys-Syslog from ext/ to cpan/

(Something had to be first, and it had to be XS, and skipped on Win32 and VMS)
21 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/.gitignore [new file with mode: 0644]
cpan/Sys-Syslog/.gitignore [moved from ext/Sys-Syslog/.gitignore with 100% similarity]
cpan/Sys-Syslog/Changes [moved from ext/Sys-Syslog/Changes with 100% similarity]
cpan/Sys-Syslog/Makefile.PL [moved from ext/Sys-Syslog/Makefile.PL with 100% similarity]
cpan/Sys-Syslog/README [moved from ext/Sys-Syslog/README with 100% similarity]
cpan/Sys-Syslog/README.win32 [moved from ext/Sys-Syslog/README.win32 with 100% similarity]
cpan/Sys-Syslog/Syslog.pm [moved from ext/Sys-Syslog/Syslog.pm with 100% similarity]
cpan/Sys-Syslog/Syslog.xs [moved from ext/Sys-Syslog/Syslog.xs with 100% similarity]
cpan/Sys-Syslog/fallback/const-c.inc [moved from ext/Sys-Syslog/fallback/const-c.inc with 100% similarity]
cpan/Sys-Syslog/fallback/const-xs.inc [moved from ext/Sys-Syslog/fallback/const-xs.inc with 100% similarity]
cpan/Sys-Syslog/fallback/syslog.h [moved from ext/Sys-Syslog/fallback/syslog.h with 100% similarity]
cpan/Sys-Syslog/t/00-load.t [moved from ext/Sys-Syslog/t/00-load.t with 100% similarity]
cpan/Sys-Syslog/t/constants.t [moved from ext/Sys-Syslog/t/constants.t with 100% similarity]
cpan/Sys-Syslog/t/syslog.t [moved from ext/Sys-Syslog/t/syslog.t with 100% similarity]
cpan/Sys-Syslog/win32/PerlLog.mc [moved from ext/Sys-Syslog/win32/PerlLog.mc with 100% similarity]
cpan/Sys-Syslog/win32/PerlLog_RES.uu [moved from ext/Sys-Syslog/win32/PerlLog_RES.uu with 100% similarity]
cpan/Sys-Syslog/win32/PerlLog_dll.uu [moved from ext/Sys-Syslog/win32/PerlLog_dll.uu with 100% similarity]
cpan/Sys-Syslog/win32/Win32.pm [moved from ext/Sys-Syslog/win32/Win32.pm with 100% similarity]
cpan/Sys-Syslog/win32/compile.pl [moved from ext/Sys-Syslog/win32/compile.pl with 100% similarity]