Class::Struct has an incomplete tied array package
Tom Hughes [Thu, 30 Jul 1998 09:47:31 +0000 (10:47 +0100)]
Message-ID: <yek1zr3vi70.fsf@elva.cyberscience.com>

p4raw-id: //depot/maint-5.005/perl@1688

lib/Class/Struct.pm

index a39d1ac..8fddfbf 100644 (file)
@@ -40,6 +40,11 @@ sub printem {
         $self->[$index];
     }
 
+    sub FETCHSIZE {
+        my $self = shift;
+        return scalar(@$self);
+    }
+
     sub DESTROY { }
 }