LedgerSMB-Installer

 view release on metacpan or  search on metacpan

bin/ledgersmb-installer  view on Meta::CPAN

    }

    if (@missing) {
        say 'Your installation is missing - or unable to load - these modules:';
        say "   $_" for (@missing);
        say $failed_validate_msg;

        die "Aborting installation...\n";
    }

    unless (eval "require IO::Socket::SSL") {
        say <<~'EOF';

          The installer depends on IO::Socket::SSL, which isn't loadable. Please
          install it; the library name on the various distributions is:

          - libio-socket-ssl-perl (Debian, Ubuntu, Mint and derivatives)
          - perl-IO-Socket-SSL (Fedora, RedHat, and derivatives)

          (Submit an issue to https://github.com/ledgersmb/ledgersmb-installer/issues
             to expand the above list with the package name for your favorite distribution)

          EOF



( run in 0.332 second using v1.01-cache-2.11-cpan-05444aca049 )