summaryrefslogtreecommitdiff
path: root/pod/perlmodlib.pod
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 /pod/perlmodlib.pod
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 'pod/perlmodlib.pod')
-rw-r--r--pod/perlmodlib.pod8
1 files changed, 0 insertions, 8 deletions
diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod
index 64bd9b41e2..5da25649b9 100644
--- a/pod/perlmodlib.pod
+++ b/pod/perlmodlib.pod
@@ -141,10 +141,6 @@ Restrict unsafe constructs
Predeclare sub names
-=item threads
-
-Perl extension allowing use of interpreter based threads from perl
-
=item utf8
Enable/disable UTF-8 (or UTF-EBCDIC) in source code
@@ -179,10 +175,6 @@ Exporter module. See their own documentation for details.
Provide framework for multiple DBMs
-=item Attribute::Handlers
-
-Simpler definition of attribute handlers
-
=item AutoLoader
Load subroutines only on demand