Patch by Gerard Goosen to avoid building man pages for extensions
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 06d4cb3..adf62c9 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -41,9 +41,7 @@ Cross/TODO            Cross-compilation
 Cross/warp             Cross-compilation
 cv.h                   Code value header
 cygwin/cygwin.c                Additional code for Cygwin port
-cygwin/ld2.in          ld wrapper template for Cygwin port
 cygwin/Makefile.SHs    Shared library generation for Cygwin port
-cygwin/perlld.in       dll generator template for Cygwin port
 deb.c                  Debugging routines
 djgpp/config.over      DOS/DJGPP port
 djgpp/configure.bat    DOS/DJGPP port
@@ -276,6 +274,7 @@ ext/Devel/PPPort/parts/inc/ppphbin  Devel::PPPort include
 ext/Devel/PPPort/parts/inc/ppphdoc     Devel::PPPort include
 ext/Devel/PPPort/parts/inc/ppphtest    Devel::PPPort include
 ext/Devel/PPPort/parts/inc/pvs Devel::PPPort include
+ext/Devel/PPPort/parts/inc/shared_pv   Devel::PPPort include
 ext/Devel/PPPort/parts/inc/snprintf    Devel::PPPort include
 ext/Devel/PPPort/parts/inc/strlfuncs   Devel::PPPort include
 ext/Devel/PPPort/parts/inc/SvPV        Devel::PPPort include
@@ -287,6 +286,7 @@ ext/Devel/PPPort/parts/inc/uv       Devel::PPPort include
 ext/Devel/PPPort/parts/inc/variables   Devel::PPPort include
 ext/Devel/PPPort/parts/inc/version     Devel::PPPort include
 ext/Devel/PPPort/parts/inc/warn        Devel::PPPort include
+ext/Devel/PPPort/parts/ppport.fnc      Devel::PPPort API listing
 ext/Devel/PPPort/parts/ppptools.pl     Devel::PPPort various utilities
 ext/Devel/PPPort/parts/todo/5004000    Devel::PPPort todo file
 ext/Devel/PPPort/parts/todo/5004010    Devel::PPPort todo file
@@ -343,6 +343,7 @@ ext/Devel/PPPort/TODO               Devel::PPPort Todo
 ext/Devel/PPPort/t/podtest.t   Devel::PPPort test file
 ext/Devel/PPPort/t/ppphtest.t  Devel::PPPort test file
 ext/Devel/PPPort/t/pvs.t       Devel::PPPort test file
+ext/Devel/PPPort/t/shared_pv.t Devel::PPPort test file
 ext/Devel/PPPort/t/snprintf.t  Devel::PPPort test file
 ext/Devel/PPPort/t/strlfuncs.t Devel::PPPort test file
 ext/Devel/PPPort/t/SvPV.t      Devel::PPPort test file
@@ -390,8 +391,8 @@ ext/Digest/SHA/t/base64.t   See if Digest::SHA works
 ext/Digest/SHA/t/bitbuf.t      See if Digest::SHA works
 ext/Digest/SHA/t/dumpload.t    See if Digest::SHA works
 ext/Digest/SHA/t/fips198.t     See if Digest::SHA works
-ext/Digest/SHA/t/gg.t          See if Digest::SHA works
 ext/Digest/SHA/t/gglong.t      See if Digest::SHA works
+ext/Digest/SHA/t/gg.t          See if Digest::SHA works
 ext/Digest/SHA/t/hmacsha.t     See if Digest::SHA works
 ext/Digest/SHA/t/ireland.t     See if Digest::SHA works
 ext/Digest/SHA/t/methods.t     See if Digest::SHA works
@@ -1086,6 +1087,11 @@ 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/Text/Soundex/Changes       Changelog for Text::Soundex
 ext/Text/Soundex/Makefile.PL   Text::Soundex extension makefile writer
 ext/Text/Soundex/README                README for Text::Soundex
@@ -2764,8 +2770,8 @@ lib/Tie/File/t/40_abs_cache.t     Unit tests for Tie::File::Cache
 lib/Tie/File/t/41_heap.t       Unit tests for Tie::File::Heap
 lib/Tie/File/t/42_offset.t     Unit tests for the offset method
 lib/Tie/Handle.pm              Base class for tied handles
-lib/Tie/Handle/stdhandle.t     Test for Tie::StdHandle
 lib/Tie/Handle/stdhandle_from_handle.t Test for Tie::StdHandle/Handle backwards compat
+lib/Tie/Handle/stdhandle.t     Test for Tie::StdHandle
 lib/Tie/Hash/NamedCapture.pm   Implements %- and %+ behaviour
 lib/Tie/Hash.pm                        Base class for tied hashes
 lib/Tie/Memoize.pm             Base class for memoized tied hashes
@@ -3741,6 +3747,7 @@ t/op/oct.t                        See if oct and hex work
 t/op/ord.t                     See if ord works
 t/op/or.t                      See if || works in weird situations
 t/op/override.t                        See if operator overriding works
+t/op/overload_integer.t                        See if overload::constant for integer works after "use".   
 t/op/pack.t                    See if pack and unpack work
 t/op/pat.t                     See if esoteric patterns work
 t/op/pos.t                     See if pos works
@@ -3875,8 +3882,8 @@ t/run/switchp.t                   Test the -p switch
 t/run/switchPx.aux             Data for switchPx.t
 t/run/switchPx.t               Test the -Px combination
 t/run/switcht.t                        Test the -t switch
-t/run/switchx.aux              Data for switchx.t
 t/run/switchx2.aux             Data for switchx.t
+t/run/switchx.aux              Data for switchx.t
 t/run/switchx.t                        Test the -x switch
 t/TEST                         The regression tester
 t/TestInit.pm                  Preamble library for core tests