Changeset 10580
- Timestamp:
- Dec 8, 2006, 12:23:50 PM (20 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
Nebulous-Server/Build.PL (modified) (2 diffs)
-
Nebulous-Server/Changes (modified) (1 diff)
-
Nebulous/Build.PL (modified) (2 diffs)
-
Nebulous/Changes (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/Build.PL
r5669 r10580 79 79 requires => { 80 80 'URI' => '1.30', 81 'SOAP::Lite' => '0.6 5',81 'SOAP::Lite' => '0.69', 82 82 'Log::Log4perl' => '0.48', 83 'DBI' => '1. 42',84 'DBD::mysql' => ' 2.9004',83 'DBI' => '1.53', 84 'DBD::mysql' => '3.0008', 85 85 'Class::Accessor::Fast' => 0, 86 86 'Params::Validate' => '0.73', … … 88 88 build_requires => { 89 89 'Apache2::SOAP' => 0, 90 'Apache::DBI' => ' 0.94',91 'Apache::Test' => '1. 12', # bundles Apache::TestMB90 'Apache::DBI' => '1.05', 91 'Apache::Test' => '1.29', # bundles Apache::TestMB 92 92 'Apache::TestMB' => 0, 93 93 'File::Temp' => 0, -
trunk/Nebulous-Server/Changes
r10579 r10580 9 9 - make Nebulous::Server->db() Apache::DBI aware 10 10 - make SQL syntax MySQL 5 compatible 11 - update SOAP, DBI & DBD, and Apache::* deps 11 12 - change Nebulous::Server::SOAP to be mod_perl aware 12 13 - change Nebulous::Server::SOAP install stub methods to bypass AUTOLOAD on -
trunk/Nebulous/Build.PL
r5669 r10580 79 79 requires => { 80 80 'URI' => '1.30', 81 'SOAP::Lite' => '0.6 5',81 'SOAP::Lite' => '0.69', 82 82 'Log::Log4perl' => '0.48', 83 'DBI' => '1. 42',84 'DBD::mysql' => ' 2.9004',83 'DBI' => '1.53', 84 'DBD::mysql' => '3.0008', 85 85 'Class::Accessor::Fast' => 0, 86 86 'Params::Validate' => '0.73', … … 88 88 build_requires => { 89 89 'Apache2::SOAP' => 0, 90 'Apache::DBI' => ' 0.94',91 'Apache::Test' => '1. 12', # bundles Apache::TestMB90 'Apache::DBI' => '1.05', 91 'Apache::Test' => '1.29', # bundles Apache::TestMB 92 92 'Apache::TestMB' => 0, 93 93 'File::Temp' => 0, -
trunk/Nebulous/Changes
r10579 r10580 9 9 - make Nebulous::Server->db() Apache::DBI aware 10 10 - make SQL syntax MySQL 5 compatible 11 - update SOAP, DBI & DBD, and Apache::* deps 11 12 - change Nebulous::Server::SOAP to be mod_perl aware 12 13 - change Nebulous::Server::SOAP install stub methods to bypass AUTOLOAD on
Note:
See TracChangeset
for help on using the changeset viewer.
