IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3003


Ignore:
Timestamp:
Jan 14, 2005, 1:43:00 PM (22 years ago)
Author:
jhoblitt
Message:

move Test::More & Apache::TestMB to build_requires

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/Build.PL

    r2785 r3003  
    1212    license             => 'gpl',
    1313    requires            => {
    14         'URI'                   => 1.30,
    15         'SOAP::Lite'            => 0.60,
    16         'Log::Log4perl'         => 0.48,
    17         'DBI'                   => 1.42,
    18         'DBD::mysql'            => 2.9004,
     14        'URI'                   => '1.30',
     15        'SOAP::Lite'            => '0.60',
     16        'Log::Log4perl'         => '0.48',
     17        'DBI'                   => '1.42',
     18        'DBD::mysql'            => '2.9004',
    1919        'Class::Accessor::Fast' => 0,
    2020        'Params::Validate'      => 0,
    21         'Apache::Test'          => 1.12,
    22         'Test::More'            => 0.49,
    23     },
    24     recommends          => {
    25         'Apache::DBI'           => 0.94,
    2621    },
    2722    build_requires      => {
    2823        'File::Temp'            => 0,
     24        'Apache::Test'          => '1.12',
     25        'Test::More'            => '0.49',
     26    },
     27    recommends          => {
     28        'Apache::DBI'           => '0.94',
    2929    },
    3030)->create_build_script;
  • trunk/Nebulous/Build.PL

    r2785 r3003  
    1212    license             => 'gpl',
    1313    requires            => {
    14         'URI'                   => 1.30,
    15         'SOAP::Lite'            => 0.60,
    16         'Log::Log4perl'         => 0.48,
    17         'DBI'                   => 1.42,
    18         'DBD::mysql'            => 2.9004,
     14        'URI'                   => '1.30',
     15        'SOAP::Lite'            => '0.60',
     16        'Log::Log4perl'         => '0.48',
     17        'DBI'                   => '1.42',
     18        'DBD::mysql'            => '2.9004',
    1919        'Class::Accessor::Fast' => 0,
    2020        'Params::Validate'      => 0,
    21         'Apache::Test'          => 1.12,
    22         'Test::More'            => 0.49,
    23     },
    24     recommends          => {
    25         'Apache::DBI'           => 0.94,
    2621    },
    2722    build_requires      => {
    2823        'File::Temp'            => 0,
     24        'Apache::Test'          => '1.12',
     25        'Test::More'            => '0.49',
     26    },
     27    recommends          => {
     28        'Apache::DBI'           => '0.94',
    2929    },
    3030)->create_build_script;
Note: See TracChangeset for help on using the changeset viewer.