/[cvs]/nfo/perl/libs/Tangram/Hash.pm
ViewVC logotype

Diff of /nfo/perl/libs/Tangram/Hash.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by joko, Sun Nov 24 23:57:35 2002 UTC revision 1.3 by jonen, Sat May 10 17:45:08 2003 UTC
# Line 5  use strict; Line 5  use strict;
5  package Tangram::Hash;  package Tangram::Hash;
6    
7  use Tangram::AbstractHash;  use Tangram::AbstractHash;
8  use base qw( Tangram::AbstractHash );  use vars qw(@ISA);
9     @ISA = qw( Tangram::AbstractHash );
10    
11  use Carp;  use Carp;
12    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed