/[wait]/cvs-head/lib/WAIT.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

Diff of /cvs-head/lib/WAIT.pm

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

revision 37 by cvs2svn, Tue May 9 11:29:45 2000 UTC revision 38 by ulpfr, Sun Nov 12 17:20:21 2000 UTC
# Line 5  Line 5 
5  # Author          : Ulrich Pfeifer  # Author          : Ulrich Pfeifer
6  # Created On      : Wed Nov  5 16:59:32 1997  # Created On      : Wed Nov  5 16:59:32 1997
7  # Last Modified By: Ulrich Pfeifer  # Last Modified By: Ulrich Pfeifer
8  # Last Modified On: Mon May 31 22:34:35 1999  # Last Modified On: Sun Nov 12 18:17:59 2000
9  # Language        : CPerl  # Language        : CPerl
10  # Update Count    : 5  # Update Count    : 7
11  # Status          : Unknown, Use with caution!  # Status          : Unknown, Use with caution!
12  #  #
13  # (C) Copyright 1997, Ulrich Pfeifer, all rights reserved.  # (C) Copyright 1997, Ulrich Pfeifer, all rights reserved.
# Line 19  require DynaLoader; Line 19  require DynaLoader;
19  use vars qw($VERSION @ISA);  use vars qw($VERSION @ISA);
20  @ISA = qw(DynaLoader);  @ISA = qw(DynaLoader);
21    
22  # $Format: "$\VERSION = sprintf '%5.3f', ($ProjectMajorVersion$ * 100 + ($ProjectMinorVersion$-1))/1000;"$  $VERSION = '1.802';
 $VERSION = sprintf '%5.3f', (18 * 100 + (1-1))/1000;  
23    
24    
25  bootstrap WAIT $VERSION;  bootstrap WAIT $VERSION;

Legend:
Removed from v.37  
changed lines
  Added in v.38

  ViewVC Help
Powered by ViewVC 1.1.26