Changeset 16224
- Timestamp:
- Jan 24, 2008, 4:11:23 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
Nebulous-Server/Changes (modified) (1 diff)
-
Nebulous-Server/lib/Nebulous/Server.pm (modified) (2 diffs)
-
Nebulous/Changes (modified) (1 diff)
-
Nebulous/lib/Nebulous/Server.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/Changes
r16221 r16224 1 1 Revision history for Nebulous 2 2 3 0.06 3 0.06 Thu Jan 24 16:10:46 HST 2008 4 4 - add Nebulous::Sever:: neb key/uri support 5 5 - add Nebulous::Util::parse_neb_key() -
trunk/Nebulous-Server/lib/Nebulous/Server.pm
r16222 r16224 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: Server.pm,v 1.4 8 2008-01-25 01:55:00jhoblitt Exp $3 # $Id: Server.pm,v 1.49 2008-01-25 02:11:23 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server; … … 8 8 use warnings FATAL => qw( all ); 9 9 10 our $VERSION = '0.0 5';10 our $VERSION = '0.06'; 11 11 12 12 use base qw( Class::Accessor::Fast ); -
trunk/Nebulous/Changes
r16221 r16224 1 1 Revision history for Nebulous 2 2 3 0.06 3 0.06 Thu Jan 24 16:10:46 HST 2008 4 4 - add Nebulous::Sever:: neb key/uri support 5 5 - add Nebulous::Util::parse_neb_key() -
trunk/Nebulous/lib/Nebulous/Server.pm
r16222 r16224 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: Server.pm,v 1.4 8 2008-01-25 01:55:00jhoblitt Exp $3 # $Id: Server.pm,v 1.49 2008-01-25 02:11:23 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server; … … 8 8 use warnings FATAL => qw( all ); 9 9 10 our $VERSION = '0.0 5';10 our $VERSION = '0.06'; 11 11 12 12 use base qw( Class::Accessor::Fast );
Note:
See TracChangeset
for help on using the changeset viewer.
