/[wait]/branches/WAIT_1_9/lib/WAIT/Document/Base.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /branches/WAIT_1_9/lib/WAIT/Document/Base.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 84 - (hide annotations)
Mon May 24 13:00:31 2004 UTC (20 years ago) by unknown
File size: 608 byte(s)
This commit was manufactured by cvs2svn to create branch 'WAIT_1_9'.
1 ulpfr 10 # -*- Mode: Perl -*-
2     # Base.pm --
3     # ITIID : $ITI$ $Header $__Header$
4     # Author : Ulrich Pfeifer
5     # Created On : Sun Sep 15 16:09:13 1996
6     # Last Modified By: Ulrich Pfeifer
7     # Last Modified On: Sun Nov 22 18:44:48 1998
8     # Language : CPerl
9     # Update Count : 9
10     # Status : Unknown, Use with caution!
11     #
12     # Copyright (c) 1996-1997, Ulrich Pfeifer
13     #
14    
15     package WAIT::Document::Base;
16     use Carp;
17     #require Tie::Hash;
18    
19     #@ISA = (Tie::Hash);
20    
21     sub STORE {
22     croak "$_[0] is read-only\n";
23     }
24    
25     sub CLEAR {
26     croak "$_[0] is read-only\n";
27     }
28    
29     sub close {}
30    
31     1;

Properties

Name Value
cvs2svn:cvs-rev 1.1

  ViewVC Help
Powered by ViewVC 1.1.26