summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-03-30 09:24:08 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-03-30 09:24:08 +0000
commit28701729d99837fd83923aadc4d580bc9e52a252 (patch)
treeaa2091cd703e7b09b9bb90b3fbc6f848cddf7c6a /MANIFEST
parent64971c1d302660727458d7d7a85adcd36226e1aa (diff)
downloadperl-28701729d99837fd83923aadc4d580bc9e52a252.tar.gz
Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
p4raw-id: //depot/perl@19089
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST40
1 files changed, 20 insertions, 20 deletions
diff --git a/MANIFEST b/MANIFEST
index a225fb19b4..5205f16392 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -129,8 +129,8 @@ ext/Data/Dumper/Dumper.pm Data pretty printer, module
ext/Data/Dumper/Dumper.xs Data pretty printer, externals
ext/Data/Dumper/Makefile.PL Data pretty printer, makefile writer
ext/Data/Dumper/t/dumper.t See if Data::Dumper works
-ext/Data/Dumper/t/pair.t See if Data::Dumper pair separator works
ext/Data/Dumper/t/overload.t See if Data::Dumper works for overloaded data
+ext/Data/Dumper/t/pair.t See if Data::Dumper pair separator works
ext/Data/Dumper/Todo Data pretty printer, futures
ext/DB_File/Changes Berkeley DB extension change log
ext/DB_File/dbinfo Berkeley DB database version checker
@@ -252,7 +252,6 @@ ext/Encode/README Encode extension
ext/Encode/Symbol/Makefile.PL Encode extension
ext/Encode/Symbol/Symbol.pm Encode extension
ext/Encode/t/Aliases.t test script
-ext/Encode/t/Mod_EUCJP.pm module that t/enc_module.enc uses
ext/Encode/t/at-cn.t test script
ext/Encode/t/at-tw.t test script
ext/Encode/t/big5-eten.enc test data
@@ -262,12 +261,12 @@ ext/Encode/t/big5-hkscs.utf test data
ext/Encode/t/CJKT.t test script
ext/Encode/t/Encode.t test script
ext/Encode/t/Encoder.t test script
+ext/Encode/t/encoding.t test script
ext/Encode/t/enc_data.t test script for utf8 DATA
ext/Encode/t/enc_eucjp.t test script
ext/Encode/t/enc_module.enc test data for t/enc_module.t
ext/Encode/t/enc_module.t test script
ext/Encode/t/enc_utf8.t test script
-ext/Encode/t/encoding.t test script
ext/Encode/t/fallback.t test script
ext/Encode/t/gb2312.enc test data
ext/Encode/t/gb2312.utf test data
@@ -283,6 +282,7 @@ ext/Encode/t/jperl.t test script
ext/Encode/t/ksc5601.enc test data
ext/Encode/t/ksc5601.utf test data
ext/Encode/t/mime-header.t test script
+ext/Encode/t/Mod_EUCJP.pm module that t/enc_module.enc uses
ext/Encode/t/perlio.t test script
ext/Encode/t/rt.pl test script
ext/Encode/t/unibench.pl benchmark script
@@ -434,7 +434,6 @@ ext/I18N/Langinfo/Makefile.PL I18N::Langinfo
ext/IO/ChangeLog IO perl module change log
ext/IO/hints/sco.pl Hint for IO for named architecture
ext/IO/IO.pm Top-level interface to IO::* classes
-ext/IO/lib/IO/t/IO.t See if IO works
ext/IO/IO.xs IO extension external subroutines
ext/IO/lib/IO/Dir.pm IO directory reading package
ext/IO/lib/IO/File.pm IO file handle package
@@ -446,6 +445,7 @@ ext/IO/lib/IO/Select.pm IO system select() interface
ext/IO/lib/IO/Socket.pm IO socket handle package
ext/IO/lib/IO/Socket/INET.pm IO INET specific socket methods
ext/IO/lib/IO/Socket/UNIX.pm IO UNIX specific socket methods
+ext/IO/lib/IO/t/IO.t See if IO works
ext/IO/lib/IO/t/io_const.t See if constants from IO work
ext/IO/lib/IO/t/io_dir.t See if directory-related methods from IO work
ext/IO/lib/IO/t/io_dup.t See if dup()-related methods from IO work
@@ -953,14 +953,14 @@ lib/bigint.pl An arbitrary precision integer arithmetic package
lib/bigint.pm bignum
lib/bigintpl.t See if bigint.pl works
lib/bignum.pm bignum
-lib/bignum/t/bn_lite.t See if bignum works
-lib/bignum/t/br_lite.t See if bignum works
lib/bignum/t/bigint.t See if bignum works
lib/bignum/t/bignum.t See if bignum works
lib/bignum/t/bigrat.t See if bignum works
lib/bignum/t/biinfnan.t See if bignum works
lib/bignum/t/bninfnan.t See if bignum works
+lib/bignum/t/bn_lite.t See if bignum works
lib/bignum/t/brinfnan.t See if bignum works
+lib/bignum/t/br_lite.t See if bignum works
lib/bignum/t/infnan.inc See if bignum works
lib/bignum/t/option_a.t See if bignum works
lib/bignum/t/option_l.t See if bignum works
@@ -1030,14 +1030,14 @@ lib/Config.t See if Config works
lib/constant.pm For "use constant"
lib/constant.t See if compile-time constants work
lib/CPAN.pm Interface to Comprehensive Perl Archive Network
-lib/CPAN/README README of CPAN
+lib/CPAN/bin/cpan easily interact with CPAN from the command line
lib/CPAN/FirstTime.pm Utility for creating CPAN config files
lib/CPAN/Nox.pm Runs CPAN while avoiding compiled extensions
+lib/CPAN/README README of CPAN
lib/CPAN/t/loadme.t See if CPAN the module works
lib/CPAN/t/mirroredby.t See if CPAN::Mirrored::By works
lib/CPAN/t/Nox.t See if CPAN::Nox works
lib/CPAN/t/vcmp.t See if CPAN the module works
-lib/CPAN/bin/cpan easily interact with CPAN from the command line
lib/ctime.pl A ctime workalike
lib/Cwd.pm Various cwd routines (getcwd, fastcwd, chdir)
lib/DB.pm Debugger API (draft)
@@ -1287,12 +1287,12 @@ lib/Math/BigInt/t/use_lib4.t Test combinations of Math::BigInt and BigFloat
lib/Math/BigInt/t/with_sub.t Test use Math::BigFloat with => package
lib/Math/BigInt/Trace.pm bignum tracing
lib/Math/BigRat.pm Math::BigRat
-lib/Math/BigRat/t/big_ap.t Math::BigRat test
lib/Math/BigRat/t/bigfltpm.inc Math::BigRat test
lib/Math/BigRat/t/bigfltrt.t Math::BigRat test
lib/Math/BigRat/t/bigrat.t Math::BigRat test
lib/Math/BigRat/t/bigratpm.inc Math::BigRat test
lib/Math/BigRat/t/bigratpm.t Math::BigRat test
+lib/Math/BigRat/t/big_ap.t Math::BigRat test
lib/Math/Complex.pm A Complex package
lib/Math/Complex.t See if Math::Complex works
lib/Math/Trig.pm A simple interface to complex trigonometry
@@ -1418,6 +1418,9 @@ lib/Pod/ParseUtils.pm Pod-Parser - pod utility functions
lib/Pod/Perldoc.pm guts of the 'perldoc' utility
lib/Pod/Perldoc/BaseTo.pm utility module for perldoc
lib/Pod/Perldoc/GetOptsOO.pm options parsing for perldoc
+lib/Pod/Perldoc/t/checkerbasic.t test Pod::Perldoc::ToChecker
+lib/Pod/Perldoc/t/perldocbasic.t test Pod::Perldoc basic operation
+lib/Pod/Perldoc/t/textbasic.t test Pod::Perldoc::ToText
lib/Pod/Perldoc/ToChecker.pm let perldoc check POD for errors
lib/Pod/Perldoc/ToMan.pm render POD as man pages
lib/Pod/Perldoc/ToNroff.pm convert POD to nroff
@@ -1426,9 +1429,6 @@ lib/Pod/Perldoc/ToRtf.pm convert POD to RTF
lib/Pod/Perldoc/ToText.pm convert POD to plain text
lib/Pod/Perldoc/ToTk.pm convert POD via Tk::Pod
lib/Pod/Perldoc/ToXml.pm convert POD to XML
-lib/Pod/Perldoc/t/checkerbasic.t test Pod::Perldoc::ToChecker
-lib/Pod/Perldoc/t/perldocbasic.t test Pod::Perldoc basic operation
-lib/Pod/Perldoc/t/textbasic.t test Pod::Perldoc::ToText
lib/Pod/Plainer.pm Pod migration utility module
lib/Pod/PlainText.pm Convert POD data to formatted ASCII text
lib/Pod/Select.pm Pod-Parser - select portions of POD docs
@@ -1538,13 +1538,13 @@ lib/Test/Simple/t/has_plan.t Test::Builder->plan tests
lib/Test/Simple/t/has_plan2.t Test::More->plan tests
lib/Test/Simple/t/import.t Test::More test, importing functions
lib/Test/Simple/t/is_deeply.t Test::More test, is_deeply()
-lib/Test/Simple/t/ok_obj.t Test::Builder object tests
lib/Test/Simple/t/maybe_regex.t Test::Builder->maybe_regex() tests
lib/Test/Simple/t/missing.t Test::Simple test, missing tests
lib/Test/Simple/t/More.t Test::More test, basic stuff
lib/Test/Simple/t/no_ending.t Test::Builder test, no_ending()
lib/Test/Simple/t/no_header.t Test::Builder test, no_header()
lib/Test/Simple/t/no_plan.t Test::Simple test, forgot the plan
+lib/Test/Simple/t/ok_obj.t Test::Builder object tests
lib/Test/Simple/t/output.t Test::Builder test, output methods
lib/Test/Simple/t/plan.t Test::More test, plan()
lib/Test/Simple/t/plan_is_noplan.t Test::Simple test, no_plan
@@ -2151,9 +2151,9 @@ os2/os2thread.h pthread-like typedefs
os2/os2_base.t Additional tests for builtin methods
os2/perl2cmd.pl Corrects installed binaries under OS/2
os2/perlrexx.c Support perl interpreter embedded in REXX
-patchlevel.h The current patch level of perl
pad.c Scratchpad functions
pad.h Scratchpad headers
+patchlevel.h The current patch level of perl
perl.c main()
perl.h Global declarations
perlapi.c Perl API functions
@@ -2306,8 +2306,8 @@ Porting/fixCORE Find and fix modules that generate warnings
Porting/fixvars Find undeclared variables with C compiler and fix em
Porting/genlog Generate formatted changelogs by querying p4d
Porting/Glossary Glossary of config.sh variables
-Porting/manicheck Check against MANIFEST
Porting/makerel Release making utility
+Porting/manicheck Check against MANIFEST
Porting/p4d2p Generate patch from p4 diff
Porting/p4genpatch Generate patch from p4 change in repository (obsoletes p4desc)
Porting/patching.pod How to report changes made to Perl
@@ -2624,8 +2624,8 @@ t/op/quotemeta.t See if quotemeta works
t/op/rand.t See if rand works
t/op/range.t See if .. works
t/op/read.t See if read() works
-t/op/readline.t See if <> / readline / rcatline work
t/op/readdir.t See if readdir() works
+t/op/readline.t See if <> / readline / rcatline work
t/op/recurse.t See if deep recursion works
t/op/ref.t See if refs and objects work
t/op/regexp.t See if regular expressions work
@@ -2709,7 +2709,6 @@ t/run/switchC.t Test the -C switch
t/run/switches.t Tests for the other switches
t/run/switchF.t Test the -F switch
t/run/switchI.t Test the -I switch
-t/run/switch_A.t Test the -A switch
t/run/switchn.t Test the -n switch
t/run/switchp.t Test the -p switch
t/run/switchPx.aux Data for switchPx.t
@@ -2717,6 +2716,7 @@ 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/switchx.t Test the -x switch
+t/run/switch_A.t Test the -A switch
t/TEST The regression tester
t/test.pl Simple testing library
t/TestInit.pm Preamble library for core tests
@@ -2750,8 +2750,8 @@ utfebcdic.h Unicode on EBCDIC (UTF-EBCDIC, tr16) header
util.c Utility routines
util.h Dummy header
utils.lst Lists utilities bundled with Perl
-utils/cpan.PL easily interact with CPAN from the command line
utils/c2ph.PL program to translate dbx stabs to perl
+utils/cpan.PL easily interact with CPAN from the command line
utils/dprofpp.PL Perl code profile post-processor
utils/enc2xs.PL Encode module generator
utils/h2ph.PL A thing to turn C .h files into perl .ph files
@@ -2861,8 +2861,8 @@ wince/bin/runperl.pl WinCE port
wince/bin/search.pl WinCE port
wince/cecopy-lib.pl WinCE port
wince/comp.pl WinCE port
-wince/compile.bat WinCE port
wince/compile-all.bat WinCE port
+wince/compile.bat WinCE port
wince/config.ce WinCE port
wince/config_H.ce WinCE port
wince/config_h.PL WinCE port
@@ -2871,9 +2871,9 @@ wince/dl_win32.xs WinCE port
wince/include/arpa/inet.h WinCE port
wince/include/netdb.h WinCE port
wince/include/sys/socket.h WinCE port
+wince/makedist.pl WinCE port
wince/Makefile.ce WinCE port
wince/makeico.pl WinCE port
-wince/makedist.pl WinCE port
wince/perl.rc WinCE port
wince/perllib.c WinCE port
wince/perlmain.c WinCE port