Version object combined patch
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 6c4c5bd..0039df0 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -570,6 +570,7 @@ ext/re/re.t                         see if re pragma works
 ext/re/re.xs                   re extension external subroutines
 ext/Safe/safe1.t               See if Safe works
 ext/Safe/safe2.t               See if Safe works
+ext/Safe/safe3.t               See if Safe works
 ext/SDBM_File/Makefile.PL      SDBM extension makefile writer
 ext/SDBM_File/sdbm.t           See if SDBM_File works
 ext/SDBM_File/sdbm/biblio      SDBM kit
@@ -1954,6 +1955,8 @@ lib/utf8_heavy.pl         Support routines for utf8 pragma
 lib/validate.pl                        Perl library supporting wholesale file mode validation
 lib/vars.pm                    Declare pseudo-imported global variables
 lib/vars.t                     See if "use vars" work
+lib/version.pm                 Support for version objects
+lib/version.t                  Tests for version objects
 lib/vmsish.pm                  Control VMS-specific behavior of Perl core
 lib/vmsish.t                   Tests for vmsish.pm
 lib/warnings.pm                        For "use warnings"
@@ -2104,6 +2107,8 @@ 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
 perl.c                         main()
 perl.h                         Global declarations
 perlapi.c                      Perl API functions
@@ -2146,6 +2151,7 @@ pod/perl56delta.pod               Changes from 5.005 to 5.6
 pod/perl570delta.pod           Changes from 5.6 to 5.7.0
 pod/perl571delta.pod           Changes from 5.7.0 to 5.7.1
 pod/perl572delta.pod           Changes from 5.7.1 to 5.7.2
+pod/perl573delta.pod           Changes from 5.7.2 to 5.7.3
 pod/perl58delta.pod            Changes from 5.6 to 5.8.0
 pod/perlapi.pod                        Perl API documentation (autogenerated)
 pod/perlapio.pod               PerlIO IO API info
@@ -2346,6 +2352,7 @@ t/comp/cpp.t                      See if C preprocessor works
 t/comp/decl.t                  See if declarations work
 t/comp/hints.t                 See if %^H works
 t/comp/multiline.t             See if multiline strings work
+t/comp/our.t                   Tests for our declaration
 t/comp/package.t               See if packages work
 t/comp/proto.t                 See if function prototypes work
 t/comp/redef.t                 See if we get correct warnings on redefined subs