/[wait]/branches/CPAN/lib/WAIT/Server.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 /branches/CPAN/lib/WAIT/Server.pm

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

revision 12 by unknown, Fri Apr 28 15:41:10 2000 UTC revision 13 by ulpfr, Fri Apr 28 15:42:44 2000 UTC
# Line 24  require Exporter; Line 24  require Exporter;
24  @ISA = qw(Exporter);  @ISA = qw(Exporter);
25  @EXPORT = qw(server);  @EXPORT = qw(server);
26    
27  my($ver) = '$ProjectVersion: 16.2 $ ' =~ /([\d.]+)/; $VERSION = sprintf '%5.3f', $ver/10;  my($ver) = '$ProjectVersion: 17.1 $ ' =~ /([\d.]+)/; $VERSION = sprintf '%5.3f', $ver/10;
28    
29  sub server {  sub server {
30    my %opt  = @_;    my %opt  = @_;

Legend:
Removed from v.12  
changed lines
  Added in v.13

  ViewVC Help
Powered by ViewVC 1.1.26