Пакет perl-Test-HTTP-Server-Simple: Информация

    Исходный пакет: perl-Test-HTTP-Server-Simple
    Версия: 0.11-alt1
    Собран:  25 октября 2023 г. 21:52
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/dist/Test-HTTP-Server-Simple/

    Лицензия: Artistic
    О пакете: Test::More functions for HTTP::Server::Simple
    Описание: 
    This mixin class provides methods to test an HTTP::Server::Simple-based web
    server.  Currently, it provides only one such method: "started_ok".
    
    "started_ok" takes
    an optional test description.  The server needs to have been configured (specifically,
    its port needs to have been set), but it should not have been run or backgrounded.
    "started_ok" calls "background" on the server, which forks it to run in the background.
    Test::HTTP::Server::Simple takes care of killing the server when your test script dies,
    even if you kill your test script with an interrupt.  "started_ok" returns the URL
    "http://localhost:$port" which you can use to connect to your server.
    
    Note that if the child process dies, or never gets around to listening for connections, this
    just hangs.  (This may be fixed in a future version.)
    
    Also, it probably won't work if you use a custom Net::Server in your server.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-Test-HTTP-Server-Simple (noarch)

    Сопровождающий: Vitaly Lipatov

    Список участников:
    Igor Vlasenko
    Vitaly Lipatov
    Andrew Kornilov

      1. perl-HTTP-Server-Simple
      2. perl-NEXT
      3. perl-devel

    Последнее изменение


    13 июля 2010 г. Igor Vlasenko 0.11-alt1
    - automated CPAN update
    21 декабря 2008 г. Vitaly Lipatov 0.09-alt1
    - new version 0.09 (with rpmrb script)
    - fix directory ownership violation
    - disable man packaging
    - change packager
    13 апреля 2008 г. Andrew Kornilov 0.06-alt1
    - Build for Sisyphus (thanks to Igor Zubkov <icesik@altlinux.org>)