8
0
Files
perl-WWW-Mechanize/cpanspec.yml
Dirk Stoecker e5ec9f4ec4 Accepting request 647341 from devel:languages:perl:autoupdate
- updated to 1.89
   see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
  1.89      2018-10-18 19:13:34Z
      [ENHANCEMENTS]
      - Add support to find_image() and find_all_images() via 'id'
        and 'class' (GH#242) (Julien Fiegehenn)
      - Pass strict/verbose constructor args to HTML::Form (GH#256) (Julien Fiegehenn)
      - Add ability to clear history and tests for history (GH#259) (mschae94)

OBS-URL: https://build.opensuse.org/request/show/647341
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Mechanize?expand=0&rev=34
2018-11-08 15:07:45 +00:00

42 lines
1.1 KiB
YAML

---
description_paragraphs: 4
description: |-
'WWW::Mechanize', or Mech for short, is a Perl module for stateful
programmatic web browsing, used for automating interaction with websites.
Features include:
* All HTTP methods
* High-level hyperlink and HTML form support, without having to parse
HTML yourself
* SSL support
* Automatic cookies
* Custom HTTP headers
* Automatic handling of redirections
* Proxies
* HTTP authentication
Mech is well suited for use in testing web applications. If you use one of
the Test::*, like Test::HTML::Lint modules, you can check the fetched
content and use that as input to a test call.
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module