assert that you aren't assigning to the NVX of an AV or HV
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 3c18af1..1d56505 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1178,6 +1178,7 @@ lib/abbrev.pl                     An abbreviation table builder
 lib/AnyDBM_File.pm             Perl module to emulate dbmopen
 lib/AnyDBM_File.t              See if AnyDBM_File works
 lib/assertions/activate.pm     assertions activate/deactivate
+lib/assertions/compat.pm       assertions compatibility for earlier perls
 lib/assertions.pm              module support for -A flag
 lib/assert.pl                  assertion and panic with stack trace
 lib/Attribute/Handlers/Changes Attribute::Handlers
@@ -1573,6 +1574,16 @@ lib/importenv.pl         Perl routine to get environment into variables
 lib/integer.pm                 For "use integer"
 lib/integer.t                  For "use integer" testing
 lib/Internals.t                        For Internals::* testing
+lib/IO/Zlib.pm                 IO::Zlib
+lib/IO/Zlib/t/basic.t          Tests for IO::Zlib
+lib/IO/Zlib/t/external.t       Tests for IO::Zlib
+lib/IO/Zlib/t/getc.t           Tests for IO::Zlib
+lib/IO/Zlib/t/getline.t                Tests for IO::Zlib
+lib/IO/Zlib/t/import.t         Tests for IO::Zlib
+lib/IO/Zlib/t/large.t          Tests for IO::Zlib
+lib/IO/Zlib/t/tied.t           Tests for IO::Zlib
+lib/IO/Zlib/t/uncomp1.t                Tests for IO::Zlib
+lib/IO/Zlib/t/uncomp2.t                Tests for IO::Zlib
 lib/IPC/Open2.pm               Open a two-ended pipe
 lib/IPC/Open2.t                        See if IPC::Open2 works
 lib/IPC/Open3.pm               Open a three-ended pipe!
@@ -2612,6 +2623,7 @@ t/cmd/subval.t                    See if subroutine values work
 t/cmd/switch.t                 See if switch optimizations work
 t/cmd/while.t                  See if while loops work
 t/comp/assertions.t            See if assertions work
+t/comp/asstcompat.t            See if assertions::compat work
 t/comp/bproto.t                        See if builtins conform to their prototypes
 t/comp/cmdopt.t                        See if command optimization works
 t/comp/colon.t                 See if colons are parsed correctly