summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST34
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--cpan/.gitignore8
-rw-r--r--cpan/Sys-Syslog/.gitignore (renamed from ext/Sys-Syslog/.gitignore)0
-rw-r--r--cpan/Sys-Syslog/Changes (renamed from ext/Sys-Syslog/Changes)0
-rw-r--r--cpan/Sys-Syslog/Makefile.PL (renamed from ext/Sys-Syslog/Makefile.PL)0
-rw-r--r--cpan/Sys-Syslog/README (renamed from ext/Sys-Syslog/README)0
-rw-r--r--cpan/Sys-Syslog/README.win32 (renamed from ext/Sys-Syslog/README.win32)0
-rw-r--r--cpan/Sys-Syslog/Syslog.pm (renamed from ext/Sys-Syslog/Syslog.pm)0
-rw-r--r--cpan/Sys-Syslog/Syslog.xs (renamed from ext/Sys-Syslog/Syslog.xs)0
-rw-r--r--cpan/Sys-Syslog/fallback/const-c.inc (renamed from ext/Sys-Syslog/fallback/const-c.inc)0
-rw-r--r--cpan/Sys-Syslog/fallback/const-xs.inc (renamed from ext/Sys-Syslog/fallback/const-xs.inc)0
-rw-r--r--cpan/Sys-Syslog/fallback/syslog.h (renamed from ext/Sys-Syslog/fallback/syslog.h)0
-rw-r--r--cpan/Sys-Syslog/t/00-load.t (renamed from ext/Sys-Syslog/t/00-load.t)0
-rw-r--r--cpan/Sys-Syslog/t/constants.t (renamed from ext/Sys-Syslog/t/constants.t)0
-rw-r--r--cpan/Sys-Syslog/t/syslog.t (renamed from ext/Sys-Syslog/t/syslog.t)0
-rw-r--r--cpan/Sys-Syslog/win32/PerlLog.mc (renamed from ext/Sys-Syslog/win32/PerlLog.mc)0
-rw-r--r--cpan/Sys-Syslog/win32/PerlLog_RES.uu (renamed from ext/Sys-Syslog/win32/PerlLog_RES.uu)0
-rw-r--r--cpan/Sys-Syslog/win32/PerlLog_dll.uu (renamed from ext/Sys-Syslog/win32/PerlLog_dll.uu)0
-rw-r--r--cpan/Sys-Syslog/win32/Win32.pm (renamed from ext/Sys-Syslog/win32/Win32.pm)0
-rw-r--r--cpan/Sys-Syslog/win32/compile.pl (renamed from ext/Sys-Syslog/win32/compile.pl)0
21 files changed, 26 insertions, 18 deletions
diff --git a/MANIFEST b/MANIFEST
index ef563d7f93..bbc1de1f67 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -17,6 +17,23 @@ configure.com Configure-equivalent for VMS
configure.gnu Crude emulation of GNU configure
cop.h Control operator header
Copying The GNU General Public License
+cpan/Sys-Syslog/Changes Changlog for Sys::Syslog
+cpan/Sys-Syslog/fallback/const-c.inc Sys::Syslog constants fallback file
+cpan/Sys-Syslog/fallback/const-xs.inc Sys::Syslog constants fallback file
+cpan/Sys-Syslog/fallback/syslog.h Sys::Syslog header fallback file
+cpan/Sys-Syslog/Makefile.PL Sys::Syslog extension makefile writer
+cpan/Sys-Syslog/README README for Sys::Syslog
+cpan/Sys-Syslog/README.win32 README for Sys::Syslog on Windows
+cpan/Sys-Syslog/Syslog.pm Sys::Syslog extension Perl module
+cpan/Sys-Syslog/Syslog.xs Sys::Syslog extension external subroutines
+cpan/Sys-Syslog/t/00-load.t test for Sys::Syslog
+cpan/Sys-Syslog/t/constants.t test for Sys::Syslog
+cpan/Sys-Syslog/t/syslog.t See if Sys::Syslog works
+cpan/Sys-Syslog/win32/compile.pl Sys::Syslog extension Win32 related file
+cpan/Sys-Syslog/win32/PerlLog_dll.uu Sys::Syslog extension Win32 related file
+cpan/Sys-Syslog/win32/PerlLog.mc Sys::Syslog extension Win32 related file
+cpan/Sys-Syslog/win32/PerlLog_RES.uu Sys::Syslog extension Win32 related file
+cpan/Sys-Syslog/win32/Win32.pm Sys::Syslog extension Win32 related file
Cross/build-arm-n770-sh Cross-compilation
Cross/cflags-cross-arm Cross-compilation
Cross/config Cross-compilation
@@ -2562,23 +2579,6 @@ ext/Switch/t/switch.t See if Perl 5 switch works
ext/Sys-Hostname/Hostname.pm Sys::Hostname extension Perl module
ext/Sys-Hostname/Hostname.xs Sys::Hostname extension external subroutines
ext/Sys-Hostname/t/Hostname.t See if Sys::Hostname works
-ext/Sys-Syslog/Changes Changlog for Sys::Syslog
-ext/Sys-Syslog/fallback/const-c.inc Sys::Syslog constants fallback file
-ext/Sys-Syslog/fallback/const-xs.inc Sys::Syslog constants fallback file
-ext/Sys-Syslog/fallback/syslog.h Sys::Syslog header fallback file
-ext/Sys-Syslog/Makefile.PL Sys::Syslog extension makefile writer
-ext/Sys-Syslog/README README for Sys::Syslog
-ext/Sys-Syslog/README.win32 README for Sys::Syslog on Windows
-ext/Sys-Syslog/Syslog.pm Sys::Syslog extension Perl module
-ext/Sys-Syslog/Syslog.xs Sys::Syslog extension external subroutines
-ext/Sys-Syslog/t/00-load.t test for Sys::Syslog
-ext/Sys-Syslog/t/constants.t test for Sys::Syslog
-ext/Sys-Syslog/t/syslog.t See if Sys::Syslog works
-ext/Sys-Syslog/win32/compile.pl Sys::Syslog extension Win32 related file
-ext/Sys-Syslog/win32/PerlLog_dll.uu Sys::Syslog extension Win32 related file
-ext/Sys-Syslog/win32/PerlLog.mc Sys::Syslog extension Win32 related file
-ext/Sys-Syslog/win32/PerlLog_RES.uu Sys::Syslog extension Win32 related file
-ext/Sys-Syslog/win32/Win32.pm Sys::Syslog extension Win32 related file
ext/Term-ANSIColor/ANSIColor.pm Perl module supporting termcap usage
ext/Term-ANSIColor/ChangeLog Term::ANSIColor
ext/Term-ANSIColor/README Term::ANSIColor
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 0ba03e2cd9..1019ad2792 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1373,7 +1373,7 @@ use File::Glob qw(:case);
{
'MAINTAINER' => 'saper',
'DISTRIBUTION' => 'SAPER/Sys-Syslog-0.27.tar.gz',
- 'FILES' => q[ext/Sys-Syslog],
+ 'FILES' => q[cpan/Sys-Syslog],
'EXCLUDED' => [ qr{^eg/},
qw{t/data-validation.t
t/distchk.t
diff --git a/cpan/.gitignore b/cpan/.gitignore
new file mode 100644
index 0000000000..48ab11785c
--- /dev/null
+++ b/cpan/.gitignore
@@ -0,0 +1,8 @@
+# ignore generated .c files, and other module build traces
+*.c
+*.bs
+blib
+pm_to_blib
+Makefile
+Makefile.PL
+ppport.h
diff --git a/ext/Sys-Syslog/.gitignore b/cpan/Sys-Syslog/.gitignore
index 2f2399bced..2f2399bced 100644
--- a/ext/Sys-Syslog/.gitignore
+++ b/cpan/Sys-Syslog/.gitignore
diff --git a/ext/Sys-Syslog/Changes b/cpan/Sys-Syslog/Changes
index 2f6653baa8..2f6653baa8 100644
--- a/ext/Sys-Syslog/Changes
+++ b/cpan/Sys-Syslog/Changes
diff --git a/ext/Sys-Syslog/Makefile.PL b/cpan/Sys-Syslog/Makefile.PL
index 790853ce8a..790853ce8a 100644
--- a/ext/Sys-Syslog/Makefile.PL
+++ b/cpan/Sys-Syslog/Makefile.PL
diff --git a/ext/Sys-Syslog/README b/cpan/Sys-Syslog/README
index 68bf1b69e0..68bf1b69e0 100644
--- a/ext/Sys-Syslog/README
+++ b/cpan/Sys-Syslog/README
diff --git a/ext/Sys-Syslog/README.win32 b/cpan/Sys-Syslog/README.win32
index adf253ab96..adf253ab96 100644
--- a/ext/Sys-Syslog/README.win32
+++ b/cpan/Sys-Syslog/README.win32
diff --git a/ext/Sys-Syslog/Syslog.pm b/cpan/Sys-Syslog/Syslog.pm
index 002e6e4f16..002e6e4f16 100644
--- a/ext/Sys-Syslog/Syslog.pm
+++ b/cpan/Sys-Syslog/Syslog.pm
diff --git a/ext/Sys-Syslog/Syslog.xs b/cpan/Sys-Syslog/Syslog.xs
index 704ed9e778..704ed9e778 100644
--- a/ext/Sys-Syslog/Syslog.xs
+++ b/cpan/Sys-Syslog/Syslog.xs
diff --git a/ext/Sys-Syslog/fallback/const-c.inc b/cpan/Sys-Syslog/fallback/const-c.inc
index 8fb8cb6b98..8fb8cb6b98 100644
--- a/ext/Sys-Syslog/fallback/const-c.inc
+++ b/cpan/Sys-Syslog/fallback/const-c.inc
diff --git a/ext/Sys-Syslog/fallback/const-xs.inc b/cpan/Sys-Syslog/fallback/const-xs.inc
index 4da6b66805..4da6b66805 100644
--- a/ext/Sys-Syslog/fallback/const-xs.inc
+++ b/cpan/Sys-Syslog/fallback/const-xs.inc
diff --git a/ext/Sys-Syslog/fallback/syslog.h b/cpan/Sys-Syslog/fallback/syslog.h
index ac20dabbcc..ac20dabbcc 100644
--- a/ext/Sys-Syslog/fallback/syslog.h
+++ b/cpan/Sys-Syslog/fallback/syslog.h
diff --git a/ext/Sys-Syslog/t/00-load.t b/cpan/Sys-Syslog/t/00-load.t
index bbf2289457..bbf2289457 100644
--- a/ext/Sys-Syslog/t/00-load.t
+++ b/cpan/Sys-Syslog/t/00-load.t
diff --git a/ext/Sys-Syslog/t/constants.t b/cpan/Sys-Syslog/t/constants.t
index 04fce81587..04fce81587 100644
--- a/ext/Sys-Syslog/t/constants.t
+++ b/cpan/Sys-Syslog/t/constants.t
diff --git a/ext/Sys-Syslog/t/syslog.t b/cpan/Sys-Syslog/t/syslog.t
index 0b7a9c42b3..0b7a9c42b3 100644
--- a/ext/Sys-Syslog/t/syslog.t
+++ b/cpan/Sys-Syslog/t/syslog.t
diff --git a/ext/Sys-Syslog/win32/PerlLog.mc b/cpan/Sys-Syslog/win32/PerlLog.mc
index 3a7c1fdd06..3a7c1fdd06 100644
--- a/ext/Sys-Syslog/win32/PerlLog.mc
+++ b/cpan/Sys-Syslog/win32/PerlLog.mc
diff --git a/ext/Sys-Syslog/win32/PerlLog_RES.uu b/cpan/Sys-Syslog/win32/PerlLog_RES.uu
index 036cecf5e9..036cecf5e9 100644
--- a/ext/Sys-Syslog/win32/PerlLog_RES.uu
+++ b/cpan/Sys-Syslog/win32/PerlLog_RES.uu
diff --git a/ext/Sys-Syslog/win32/PerlLog_dll.uu b/cpan/Sys-Syslog/win32/PerlLog_dll.uu
index 2661a9c173..2661a9c173 100644
--- a/ext/Sys-Syslog/win32/PerlLog_dll.uu
+++ b/cpan/Sys-Syslog/win32/PerlLog_dll.uu
diff --git a/ext/Sys-Syslog/win32/Win32.pm b/cpan/Sys-Syslog/win32/Win32.pm
index 70caf33143..70caf33143 100644
--- a/ext/Sys-Syslog/win32/Win32.pm
+++ b/cpan/Sys-Syslog/win32/Win32.pm
diff --git a/ext/Sys-Syslog/win32/compile.pl b/cpan/Sys-Syslog/win32/compile.pl
index 8502309bc7..8502309bc7 100644
--- a/ext/Sys-Syslog/win32/compile.pl
+++ b/cpan/Sys-Syslog/win32/compile.pl