Package: libheap-perl
Version: 0.70-1
Severity: normal
File: /usr/share/perl5/Heap/Elem.pm
The documentation reads, in part:
sub new {
my $self = shift;
my $class = ref($self) ││ $self;
my $self = SUPER::new($class);
# set $self->{key} = $value;
}
But, as explicitly documented in perlobj, that syntax does not work:
something->SUPER::method(...); # OK
SUPER::method(...); # WRONG
SUPER->method(...); # WRONG
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (99, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.14-2-686-smp
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages libheap-perl depends on:
ii perl 5.8.4-8 Larry Wall's Practical Extraction
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]