Changeset 17073 for trunk/Nebulous/Build.PL
- Timestamp:
- Mar 20, 2008, 1:23:31 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/Build.PL (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/Build.PL
r16565 r17073 75 75 $class->new( 76 76 module_name => 'Nebulous', 77 dist_version_from => 'lib/Nebulous/ Server.pm',77 dist_version_from => 'lib/Nebulous/Client.pm', 78 78 author => 'Joshua Hoblitt <jhoblitt@cpan.org>', 79 79 license => 'gpl', 80 80 create_makefile_pl => 'passthrough', 81 81 requires => { 82 'File::Copy' => 0, 83 'Time::HiRes' => 0, 82 84 'Class::Accessor::Fast' => 0, 83 'Config::YAML' => '1.42',84 'DBD::mysql' => '3.0007',85 'DBI' => '1.53',86 'Digest::SHA1' => 0,87 'File::ExtAttr' => '1.03',88 'File::Path' => '1.08',89 85 'File::Spec' => 0, 90 86 'File::Spec::Functions' => 0, 91 87 'Log::Log4perl' => '0.48', 92 'Net::Server::Daemonize'=> '0.05',93 88 'Params::Validate' => '0.73', 94 89 'SOAP::Lite' => '0.69', 95 'Sys::Statistics::Linux::DiskUsage' => '0.02',96 90 'URI' => '1.30', 97 }, 98 build_requires => { 99 'Apache2::SOAP' => 0, 100 'Apache::DBI' => '1.05', 101 'Apache::Test' => '1.27', # bundles Apache::TestMB 102 'Apache::TestMB' => 0, 103 'File::Temp' => 0, 104 'Test::More' => '0.49', 105 'Test::URI' => '1.06', 91 'Getopt::Long' => 0, 92 'Pod::Usage' => 0, 93 # below are for ./bin only any need to go away 94 'DBD::mysql' => '3.0007', 95 'DBI' => '1.53', 96 'Nebulous::Server::SQL' => 0, 106 97 }, 107 98 recommends => { 108 'Test::Distribution' => '1.22', 99 'Nebulous::Server::Apache' => 0, 100 'Nebulous::Server' => 0, 101 'Nebulous::Server::SOAP' => 0, 102 'Test::Nebulous' => 0, 103 'Apache2::SOAP' => 0, 104 'Apache::DBI' => '1.05', 105 'Apache::Test' => '1.27', # bundles Apache::TestMB 106 'Apache::TestMB' => 0, 107 'Test::More' => '0.49', 108 'Test::URI' => '1.06', 109 'Test::Distribution' => '1.22', 109 110 }, 110 111 script_files => [qw( 111 bin/neb-addvol112 112 bin/neb-cat 113 113 bin/neb-cp 114 114 bin/neb-cull 115 115 bin/neb-df 116 bin/neb-fsck117 bin/neb-initdb118 116 bin/neb-locate 119 117 bin/neb-ls … … 123 121 bin/neb-stat 124 122 bin/neb-touch 125 bin/nebdiskd126 123 )], 127 124 )->create_build_script;
Note:
See TracChangeset
for help on using the changeset viewer.
