From d704f39a0db2dc23790dfd9d7bd59ce9928a6e2c Mon Sep 17 00:00:00 2001 From: "M.J.T. Guy" Date: Thu, 10 Apr 1997 20:55:05 +1200 Subject: 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 --- lib/Class/Struct.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/Class') 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){ -- cgit v1.2.1