Changeset 12966
- Timestamp:
- Apr 23, 2007, 1:31:32 PM (19 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
Nebulous-Server/lib/Nebulous/Server.pm (modified) (2 diffs)
-
Nebulous/lib/Nebulous/Server.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm
r12961 r12966 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: Server.pm,v 1.2 3 2007-04-23 20:45:08jhoblitt Exp $3 # $Id: Server.pm,v 1.24 2007-04-23 23:31:32 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server; … … 8 8 use warnings FATAL => qw( all ); 9 9 10 our $VERSION = '0.0 3';10 our $VERSION = '0.04'; 11 11 12 12 use base qw( Class::Accessor::Fast ); -
trunk/Nebulous/lib/Nebulous/Server.pm
r12961 r12966 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: Server.pm,v 1.2 3 2007-04-23 20:45:08jhoblitt Exp $3 # $Id: Server.pm,v 1.24 2007-04-23 23:31:32 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server; … … 8 8 use warnings FATAL => qw( all ); 9 9 10 our $VERSION = '0.0 3';10 our $VERSION = '0.04'; 11 11 12 12 use base qw( Class::Accessor::Fast );
Note:
See TracChangeset
for help on using the changeset viewer.
