summaryrefslogtreecommitdiff
path: root/lib/Class
diff options
context:
space:
mode:
authorM.J.T. Guy <mjtg@cus.cam.ac.uk>1997-04-10 20:55:05 +1200
committerTim Bunce <Tim.Bunce@ig.co.uk>1997-08-07 00:00:00 +1200
commitd704f39a0db2dc23790dfd9d7bd59ce9928a6e2c (patch)
tree7806b0de54acfde8d52e79012c303d76ce9b9036 /lib/Class
parent3bb63ce62db2f3ee2964b123e979675f768f552c (diff)
downloadperl-d704f39a0db2dc23790dfd9d7bd59ce9928a6e2c.tar.gz
Remove 'use UNIVERSAL;', switch to UNIVERSAL::isa()
Subject: Re: UNIVERSAL.pm and import methods I wrote > I've a sneaking feeling that I'm the only person who's tried to use > this. And as you might guess from my bug reports, I've learnt the > error of my ways. I spoke too soon. There are three uses in the standard distribution. The attached patch should get rid of them. Probably worth doing this irrespective of how the UNIVERSAL/import question is resolved. p5p-msgid: E0whaZJ-0007BA-00@ursa.cus.cam.ac.uk
Diffstat (limited to 'lib/Class')
-rw-r--r--lib/Class/Struct.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Class/Struct.pm b/lib/Class/Struct.pm
index eca2c6c5e3..09ab196254 100644
--- a/lib/Class/Struct.pm
+++ b/lib/Class/Struct.pm
@@ -146,9 +146,6 @@ sub struct {
# Create accessor methods.
- if ( $got_class && $CHECK_CLASS_MEMBERSHIP ) {
- $out .= " use UNIVERSAL;\n";
- }
my( $pre, $pst, $sel );
$cnt = 0;
foreach $name (@methods){