1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: libweasel-widgets-dojo-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Robert James Clay <jame@rocasa.us>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libmoose-perl <!nocheck>,
libweasel-perl (>= 0.23) <!nocheck>,
perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libweasel-widgets-dojo-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libweasel-widgets-dojo-perl.git
Homepage: https://metacpan.org/release/Weasel-Widgets-Dojo
Rules-Requires-Root: no
Package: libweasel-widgets-dojo-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libmoose-perl,
libweasel-perl (>= 0.23)
Description: Dojo Widgets for Weasel
Weasel::Widgets::Dojo provides Weasel extensions for testing tag matchers and
widgets in Dojo-based web apps. This includes a 'button_expander' which finds
button tags or input tags of types submit, reset, button and image. As well as
an 'option_expander' which finds options for dijit.form.Select, after the drop
down has been invoked at least once. For widgets; it can be use dto extend the
Weasel::Element and Weasel::Widgets::HTML::Select modules.
|