File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 4e3d504..c413a2a 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -37,6 +37,7 @@ README.beos           Notes about BeOS port
 README.cygwin32                Notes about Cygwin32 port
 README.dos             Notes about dos/djgpp port
 README.hpux            Notes about HP-UX port
+README.hurd            Notes about GNU/Hurd port
 README.lexwarn         Notes about lexical warnings
 README.mint            Notes about Atari MiNT port
 README.mpeix           Notes about MPE/iX port
@@ -580,9 +581,15 @@ lib/Net/hostent.pm By-name interface to Perl's builtin gethost*
 lib/Net/netent.pm      By-name interface to Perl's builtin getnet*
 lib/Net/protoent.pm    By-name interface to Perl's builtin getproto*
 lib/Net/servent.pm     By-name interface to Perl's builtin getserv*
+lib/Pod/Checker.pm     Pod-Parser - check POD documents for syntax errors
 lib/Pod/Functions.pm   used by pod/splitpod
 lib/Pod/Html.pm                Convert POD data to HTML
+lib/Pod/InputObjects.pm        Pod-Parser - define objects for input streams
+lib/Pod/Parser.pm      Pod-Parser - define base class for parsing POD
+lib/Pod/PlainText.pm   Pod-Parser - convert POD data to formatted ASCII text
+lib/Pod/Select.pm      Pod-Parser - select portions of POD docs
 lib/Pod/Text.pm                Convert POD data to formatted ASCII text
+lib/Pod/Usage.pm       Pod-Parser - print usage messages
 lib/Search/Dict.pm     Perform binary search on dictionaries
 lib/SelectSaver.pm     Enforce proper select scoping
 lib/SelfLoader.pm      Load functions only on demand
@@ -669,6 +676,7 @@ lib/unicode/Block.pl                                Unicode character database
 lib/unicode/Category.pl                                Unicode character database
 lib/unicode/CombiningClass.pl                  Unicode character database
 lib/unicode/Decomposition.pl                   Unicode character database
+lib/unicode/EthiopicSyllables.txt              Unicode character database
 lib/unicode/In/AlphabeticPresentationForms.pl  Unicode character database
 lib/unicode/In/Arabic.pl                       Unicode character database
 lib/unicode/In/ArabicPresentationForms-A.pl    Unicode character database
@@ -695,6 +703,7 @@ lib/unicode/In/Devanagari.pl                        Unicode character database
 lib/unicode/In/Dingbats.pl                     Unicode character database
 lib/unicode/In/EnclosedAlphanumerics.pl                Unicode character database
 lib/unicode/In/EnclosedCJKLettersandMonths.pl  Unicode character database
+lib/unicode/In/Ethiopic.pl                     Unicode character database
 lib/unicode/In/GeneralPunctuation.pl           Unicode character database
 lib/unicode/In/GeometricShapes.pl              Unicode character database
 lib/unicode/In/Georgian.pl                     Unicode character database
@@ -797,15 +806,18 @@ lib/unicode/Is/Sc.pl                              Unicode character database
 lib/unicode/Is/Sm.pl                           Unicode character database
 lib/unicode/Is/So.pl                           Unicode character database
 lib/unicode/Is/Space.pl                                Unicode character database
+lib/unicode/Is/Syllable.pl                     Unicode character database
 lib/unicode/Is/Upper.pl                                Unicode character database
 lib/unicode/Is/Z.pl                            Unicode character database
 lib/unicode/Is/Zl.pl                           Unicode character database
 lib/unicode/Is/Zp.pl                           Unicode character database
 lib/unicode/Is/Zs.pl                           Unicode character database
 lib/unicode/JamoShort.pl                       Unicode character database
+lib/unicode/MakeEthiopicSyllables.PL           Unicode character database
 lib/unicode/Makefile                           Unicode character database
 lib/unicode/Name.pl                            Unicode character database
 lib/unicode/Number.pl                          Unicode character database
+lib/unicode/README.Ethiopic                    Unicode character database
 lib/unicode/To/Digit.pl                                Unicode character database
 lib/unicode/To/Lower.pl                                Unicode character database
 lib/unicode/To/Title.pl                                Unicode character database
@@ -986,6 +998,9 @@ pod/pod2html.PL             Precursor for translator to turn pod into HTML
 pod/pod2latex.PL       Precursor for translator to turn pod into LaTeX
 pod/pod2man.PL         Precursor for translator to turn pod into manpage
 pod/pod2text.PL                Precursor for translator to turn pod into text
+pod/pod2usage.PL       Pod-Parser - print usage messages from POD docs
+pod/podchecker.PL      Pod-Parser - Pod::Checker::podchecker() CLI
+pod/podselect.PL       Pod-Parser - Pod::Select::podselect() CLI
 pod/roffitall          troff the whole man page set
 pod/rofftoc            Generate a table of contents in troff format
 pod/splitman           Splits perlfunc into multiple man pages
@@ -1080,6 +1095,7 @@ t/lib/fields.t          See if base/fields works
 t/lib/filecache.t      See if FileCache works
 t/lib/filecopy.t       See if File::Copy works
 t/lib/filefind.t       See if File::Find works
+t/lib/filefunc.t       See if File::Spec::Functions works
 t/lib/filehand.t       See if FileHandle works
 t/lib/filepath.t       See if File::Path works
 t/lib/filespec.t       See if File::Spec works
@@ -1219,6 +1235,31 @@ t/op/unshift.t           See if unshift works
 t/op/vec.t             See if vectors work
 t/op/wantarray.t       See if wantarray works
 t/op/write.t           See if write works
+t/pod/emptycmd.t       Test empty pod directives
+t/pod/emptycmd.xr      Expected results for emptycmd.t
+t/pod/for.t            Test =for directive
+t/pod/for.xr           Expected results for for.t
+t/pod/headings.t       Test =head directives
+t/pod/headings.xr      Expected results for headings.t
+t/pod/include.t                Test =include directive
+t/pod/include.xr       Expected results for include.t
+t/pod/included.t       Test =include directive
+t/pod/included.xr      Expected results for included.t
+t/pod/lref.t           Test L<...> sequences
+t/pod/lref.xr          Expected results for lref.t
+t/pod/nested_items.t   Test nested =items
+t/pod/nested_items.xr  Expected results for nested_items.t
+t/pod/nested_seqs.t    Test nested interior sequences
+t/pod/nested_seqs.xr   Expected results for nested_seqs.t
+t/pod/oneline_cmds.t   Test single paragraph ==cmds
+t/pod/oneline_cmds.xr  Expected results for oneline_cmds.t
+t/pod/poderrs.t                Test POD errors
+t/pod/poderrs.xr       Expected results for emptycmd.t
+t/pod/special_seqs.t   Test "special" interior sequences
+t/pod/special_seqs.xr  Expected results for emptycmd.t
+t/pod/testcmp.pl       Module to compare output against expected results
+t/pod/testp2pt.pl      Module to test Pod::PlainText for a given file
+t/pod/testpchk.pl      Module to test Pod::Checker for a given file
 t/pragma/constant.t    See if compile-time constants work
 t/pragma/locale.t      See if locale support (i18n and l10n) works
 t/pragma/overload.t    See if operator overloading works