Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 69f47310

Von Sven Schöling vor etwa 12 Jahren hinzugefügt

  • ID 69f4731089120558485411fb768e3dac3eeaee6a
  • Vorgänger f06df9e1
  • Nachfolger f5aac6db

Fehlende Pakete fürs beta Release

Unterschiede anzeigen:

SL/InstallationCheck.pm
28 28
  { name => "Rose::DB::Object",                    url => "http://search.cpan.org/~jsiracusa/", debian => 'librose-db-object-perl' },
29 29
  { name => "String::ShellQuote", version => 1.01, url => "http://search.cpan.org/~rosch/",     debian => 'libstring-shellquote-perl' },
30 30
  { name => "Sort::Naturally",                     url => "http://search.cpan.org/~sburke/",    debian => 'libsort-naturally-perl' },
31
  # Test::Harness is core, so no Debian packages. Test::Harness 3.00 was first packaged in 5.10.1
32
  { name => "Test::Harness",   version => '3.00',  url => "http://search.cpan.org/~petdance/",  },
31 33
  { name => "Template",        version => '2.18',  url => "http://search.cpan.org/~abw/",       debian => 'libtemplate-perl' },
32 34
  { name => "Text::CSV_XS",    version => '0.23',  url => "http://search.cpan.org/~hmbrand/",   debian => 'libtext-csv-xs-perl' },
33 35
  { name => "Text::Iconv",     version => '1.2',   url => "http://search.cpan.org/~mpiotr/",    debian => 'libtext-iconv-perl' },
scripts/find-use.pl
35 35
  },
36 36
  'Devel::REPL' => {
37 37
    'namespace::clean'                   => 1,
38
  }
38
  },
39
  'Email::MIME' => {
40
    'Email::MIME::Creator'               => 1,
41
  },
42
  'Test::Harness' => {
43
    'TAP::Parser'                        => 1,
44
    'TAP::Parser::Aggregator'            => 1,
45
  },
39 46
);
40 47

  
41 48
GetOptions(
......
106 113
  }
107 114
}
108 115

  
116
# have all documented modules mentioned here
117
$modules{$_->{name}} ||= { status => 'required' } for @SL::InstallationCheck::required_modules;
118
$modules{$_->{name}} ||= { status => 'optional' } for @SL::InstallationCheck::optional_modules;
119
$modules{$_->{name}} ||= { status => 'developer' } for @SL::InstallationCheck::developer_modules;
120

  
109 121
# build transitive closure for documented dependancies
110 122
my $changed = 1;
111 123
while ($changed) {

Auch abrufbar als: Unified diff