Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
authorMichael G. Schwern <schwern@pobox.com>
Sun, 10 Mar 2002 13:27:12 +0000 (08:27 -0500)
committerAbhijit Menon-Sen <ams@wiw.org>
Mon, 11 Mar 2002 04:53:50 +0000 (04:53 +0000)
commit492935018b279c3965aa25ebfc1c7f28faf8fae0
tree5dbd445eab6829e4a7d66c88aa59e40111b57a5e
parentb4e83e5bb325c4a237d83150af9e71a1219f53fa
   Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
   Date: Sun, 10 Mar 2002 13:27:12 -0500
   Message-Id: <20020310182712.GC693@blackrider>

   Subject: [PATCH] Hash::Util part 2
   From: Michael G Schwern <schwern@pobox.com>
   Date: Sun, 10 Mar 2002 15:09:34 -0500
   Message-Id: <20020310200934.GB27112@blackrider>

   Subject: [PATCH] Hash::Util MANIFEST correction
   From: Michael G Schwern <schwern@pobox.com>
   Date: Sun, 10 Mar 2002 16:27:07 -0500
   Message-Id: <20020310212707.GF27112@blackrider>

   (Also changes find.t and taint.t, which were looking for access.t)

p4raw-id: //depot/perl@15166
15 files changed:
MANIFEST
ext/Data/Util/Changes [new file with mode: 0644]
ext/Data/Util/Makefile.PL [new file with mode: 0644]
ext/Data/Util/Util.xs [new file with mode: 0644]
ext/Data/Util/lib/Data/Util.pm [new file with mode: 0644]
ext/Data/Util/lib/Hash/Util.pm [new file with mode: 0644]
ext/Data/Util/t/Data.t [new file with mode: 0644]
ext/Data/Util/t/Hash.t [new file with mode: 0644]
hv.c
lib/File/Find/t/find.t
lib/File/Find/t/taint.t
pod/perldiag.pod
pod/perltodo.pod
t/lib/access.t [deleted file]
universal.c