summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-12-09 15:20:08 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-09 15:20:08 +0000
commitc27482a4ae759620db85e55c84e6da0b10b95e5a (patch)
tree14167b3057c9228d5b472b180b701d67bf3a8bd4 /MANIFEST
parent95f0a2f1ffc68ef908768ec5d39e4102afd28c1e (diff)
downloadperl-c27482a4ae759620db85e55c84e6da0b10b95e5a.tar.gz
Remove Attribute::Handlers, as per Damian's request.
(Because of fixing the my variables to be now handled in run-time, the whole internals of the A::H needs to be rewritten and Damian will not have time for that for months.) p4raw-id: //depot/perl@13544
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST18
1 files changed, 0 insertions, 18 deletions
diff --git a/MANIFEST b/MANIFEST
index 64e87cf847..a2cb674bc3 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -788,24 +788,6 @@ 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/assert.pl assertion and panic with stack trace
-lib/Attribute/Handlers.pm Attribute::Handlers
-lib/Attribute/Handlers/Changes Attribute::Handlers
-lib/Attribute/Handlers/demo/demo.pl Attribute::Handlers demo
-lib/Attribute/Handlers/demo/Demo.pm Attribute::Handlers demo
-lib/Attribute/Handlers/demo/demo2.pl Attribute::Handlers demo
-lib/Attribute/Handlers/demo/demo3.pl Attribute::Handlers demo
-lib/Attribute/Handlers/demo/demo4.pl Attribute::Handlers demo
-lib/Attribute/Handlers/demo/demo_call.pl Attribute::Handlers demo
-lib/Attribute/Handlers/demo/demo_chain.pl Attribute::Handlers demo
-lib/Attribute/Handlers/demo/demo_cycle.pl Attribute::Handlers demo
-lib/Attribute/Handlers/demo/demo_hashdir.pl Attribute::Handlers demo
-lib/Attribute/Handlers/demo/demo_phases.pl Attribute::Handlers demo
-lib/Attribute/Handlers/demo/demo_range.pl Attribute::Handlers demo
-lib/Attribute/Handlers/demo/demo_rawdata.pl Attribute::Handlers demo
-lib/Attribute/Handlers/demo/Descriptions.pm Attribute::Handlers demo
-lib/Attribute/Handlers/demo/MyClass.pm Attribute::Handlers demo
-lib/Attribute/Handlers/README Attribute::Handlers
-lib/Attribute/Handlers/t/multi.t See if Attribute::Handlers works
lib/attributes.pm For "sub foo : attrlist"
lib/AutoLoader.pm Autoloader base class
lib/AutoLoader.t See if AutoLoader works