X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=adf62c9b554f33b0ffb43ab39eaa597db4b7bd12;hb=e59c8b07349f66b8f6de8cad95787c1bfaf1297d;hp=98402428893cf8eea9cd295a60e5a2aea16b0e85;hpb=d0c214fd302df80d664768cde328944208c90c47;p=p5sagit%2Fp5-mst-13.2.git diff --git a/MANIFEST b/MANIFEST index 9840242..adf62c9 100644 --- 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,21 +1087,22 @@ 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 ext/Text/Soundex/Soundex.pm Text::Soundex extension Perl module ext/Text/Soundex/Soundex.xs Text::Soundex extension external subroutines ext/Text/Soundex/t/Soundex.t test for Text::Soundex -ext/threads/Changes ithreads ext/threads/hints/hpux.pl Hint file for HPUX ext/threads/hints/linux.pl Hint file for Linux ext/threads/Makefile.PL ithreads -ext/threads/README ithreads -ext/threads/shared/Changes Changes for threads::shared ext/threads/shared/hints/linux.pl thread shared variables ext/threads/shared/Makefile.PL thread shared variables -ext/threads/shared/README thread shared variables ext/threads/shared/shared.pm thread shared variables ext/threads/shared/shared.xs thread shared variables ext/threads/shared/t/0nothread.t Tests for basic shared array functionality. @@ -2768,6 +2770,7 @@ 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_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 @@ -2780,6 +2783,7 @@ lib/Tie/RefHash/storable.t Test for Tie::RefHash with storable lib/Tie/RefHash/threaded.t Test for Tie::RefHash with threads lib/Tie/Scalar.pm Base class for tied scalars lib/Tie/Scalar.t See if Tie::Scalar works +lib/Tie/StdHandle.pm Tie::StdHandle lib/Tie/SubstrHash.pm Compact hash for known key, value and table size lib/Tie/SubstrHash.t Test for Tie::SubstrHash lib/Time/gmtime.pm By-name interface to Perl's builtin gmtime @@ -3743,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 @@ -3877,6 +3882,7 @@ 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/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