IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 20, 2008, 1:23:31 PM (18 years ago)
Author:
jhoblitt
Message:

server/client split

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/Build.PL

    r16565 r17073  
    7575$class->new(
    7676    module_name         => 'Nebulous',
    77     dist_version_from   => 'lib/Nebulous/Server.pm',
     77    dist_version_from   => 'lib/Nebulous/Client.pm',
    7878    author              => 'Joshua Hoblitt <jhoblitt@cpan.org>',
    7979    license             => 'gpl',
    8080    create_makefile_pl  => 'passthrough',
    8181    requires            => {
     82        'File::Copy'            => 0,
     83        'Time::HiRes'           => 0,
    8284        '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',
    8985        'File::Spec'            => 0,
    9086        'File::Spec::Functions' => 0,
    9187        'Log::Log4perl'         => '0.48',
    92         'Net::Server::Daemonize'=> '0.05',
    9388        'Params::Validate'      => '0.73',
    9489        'SOAP::Lite'            => '0.69',
    95         'Sys::Statistics::Linux::DiskUsage' => '0.02',
    9690        '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,
    10697    },
    10798    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',
    109110    },
    110111    script_files        => [qw(
    111         bin/neb-addvol
    112112        bin/neb-cat
    113113        bin/neb-cp
    114114        bin/neb-cull
    115115        bin/neb-df
    116         bin/neb-fsck
    117         bin/neb-initdb
    118116        bin/neb-locate
    119117        bin/neb-ls
     
    123121        bin/neb-stat
    124122        bin/neb-touch
    125         bin/nebdiskd
    126123    )],
    127124)->create_build_script;
Note: See TracChangeset for help on using the changeset viewer.