diff options
author | Salvador FandiƱo <sfandino@yahoo.com> | 2005-06-13 17:48:01 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-14 08:52:46 +0000 |
commit | aefc56c5a86a8918fc9d52065e8cf4df301d4ee4 (patch) | |
tree | 540d157b633c8c7ef6ef0a17ae1e84be71803028 /MANIFEST | |
parent | 5eb567df529229d30d1a4d7c913a67cbd444dacb (diff) | |
download | perl-aefc56c5a86a8918fc9d52065e8cf4df301d4ee4.tar.gz |
better assertion support
Message-ID: <20050613154719.29295.qmail@lists.develooper.com>
p4raw-id: //depot/perl@24832
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 @@ -2612,6 +2613,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 |