Пакет perl-Test-WWW-Mechanize: Информация

    Исходный пакет: perl-Test-WWW-Mechanize
    Версия: 1.60-alt1.1
    Собран:  24 декабря 2022 г. 16:54
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/dist/Test-WWW-Mechanize/

    Лицензия: Artistic
    О пакете: Test-WWW-Mechanize - Testing-specific WWW::Mechanize subclass
    Описание: 
    Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates
    features for web application testing.  For example:
    
        $mech->get_ok( $page );
        $mech->title_is( "Invoice Status", "Make sure we're on the invoice page" );
        $mech->content_contains( "Andy Lester", "My name somewhere" );
        $mech->content_like( qr/(cpan|perl)\.org/, "Link to perl.org or CPAN" );
    
    This is equivalent to:
    
        $mech->get( $page );
        ok( $mech->success );
        is( $mech->title, "Invoice Status", "Make sure we're on the invoice page" );
        ok( index( $mech->content, "Andy Lester" ) >= 0, "My name somewhere" );
        like( $mech->content, qr/(cpan|perl)\.org/, "Link to perl.org or CPAN" );
    
    but has nicer diagnostics if they fail.

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

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

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

      1. libnss-mdns
      2. perl-Carp-Assert-More
      3. perl-HTML-Lint
      4. perl-HTTP-Server-Simple
      5. perl-Test-LongString
      6. perl-Test-Pod
      7. perl-Test-Pod-Coverage
      8. perl-WWW-Mechanize

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


    24 декабря 2022 г. Igor Vlasenko 1.60-alt1.1
    - automated CPAN update
    14 декабря 2022 г. Igor Vlasenko 1.60-alt1
    - automated CPAN update
    1 мая 2022 г. Igor Vlasenko 1.58-alt1
    - automated CPAN update