Changeset 16203 for trunk/Nebulous-Server
- Timestamp:
- Jan 23, 2008, 12:27:51 PM (18 years ago)
- Location:
- trunk/Nebulous-Server
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/Build.PL
r13388 r16203 80 80 create_makefile_pl => 'passthrough', 81 81 requires => { 82 'Class::Accessor::Fast' => 0, 82 83 'Config::YAML' => '1.42', 84 'DBD::mysql' => '3.0007', 85 'DBI' => '1.53', 86 'File::ExtAttr' => '1.03', 87 'File::Spec::Functions' => 0, 88 'Log::Log4perl' => '0.48', 89 'Net::Server::Daemonize'=> '0.05', 90 'Params::Validate' => '0.73', 91 'SOAP::Lite' => '0.69', 92 'Sys::Statistics::Linux::DiskUsage' => '0.02', 83 93 'URI' => '1.30', 84 'SOAP::Lite' => '0.69',85 'Log::Log4perl' => '0.48',86 'DBI' => '1.53',87 'DBD::mysql' => '3.0007',88 'Class::Accessor::Fast' => 0,89 'Params::Validate' => '0.73',90 'Net::Server::Daemonize'=> '0.05',91 'Sys::Statistics::Linux::DiskUsage' => '0.02',92 'File::ExtAttr' => '1.03',93 94 }, 94 95 build_requires => { -
trunk/Nebulous-Server/Changes
r16183 r16203 2 2 3 3 0.06 4 - add Nebulous::Util::parse_neb_key() 4 5 - change bin/* scripts to conistently use --volume instead of --node, 5 6 etc. -
trunk/Nebulous-Server/MANIFEST
r16183 r16203 110 110 t/63_client_stat.t 111 111 t/64_client_find_objects.t 112 t/75_parse_neb_key.t 112 113 t/90_nebclient.t 113 114 t/TEST.PL
Note:
See TracChangeset
for help on using the changeset viewer.
