projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ddbbf55
)
Just a guess.
Jarkko Hietaniemi [Thu, 14 Feb 2002 18:08:58 +0000 (18:08 +0000)]
p4raw-id: //depot/perl@14691
lib/Tie/Handle.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Tie/Handle.pm
b/lib/Tie/Handle.pm
index
6fd30d8
..
33b2221
100644
(file)
--- a/
lib/Tie/Handle.pm
+++ b/
lib/Tie/Handle.pm
@@
-12,7
+12,7
@@
Tie::Handle, Tie::StdHandle - base class definitions for tied handles
package NewHandle;
require Tie::Handle;
- @ISA = (Tie::Handle);
+ @ISA = qw(Tie::Handle);
sub READ { ... } # Provide a needed method
sub TIEHANDLE { ... } # Overrides inherited method