r35424 - /trunk/libwww-mechanize-treebuilder-perl/debian/control

mogaal-guest at users.alioth.debian.org mogaal-guest at users.alioth.debian.org
Fri May 15 00:36:24 UTC 2009


Author: mogaal-guest
Date: Fri May 15 00:36:19 2009
New Revision: 35424

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35424
Log:
Improve description, thanks xoswald

Modified:
    trunk/libwww-mechanize-treebuilder-perl/debian/control

Modified: trunk/libwww-mechanize-treebuilder-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-treebuilder-perl/debian/control?rev=35424&op=diff
==============================================================================
--- trunk/libwww-mechanize-treebuilder-perl/debian/control (original)
+++ trunk/libwww-mechanize-treebuilder-perl/debian/control Fri May 15 00:36:19 2009
@@ -14,15 +14,7 @@
 Package: libwww-mechanize-treebuilder-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libhtml-tree-perl, libmoose-perl (>= 0.65), 
-   libhtml-treebuilder-xpath-perl
-Description: optimize WWW::Mechanize and HTML::TreeBuilder use
- WWW::Mechanize::TreeBuilder is module that combine WWW::Mechanize
- with HTML::TreeBuilder. The reason is because sometimes it is common see 
- too much code like the following:
- .
- like($mech->content, qr{<p>some text</p>}, "Found the right tag");
- .
- Which is just all flavours of wrong - its akin to processing XML with
- regexps. Instead, do it like the following:
- .
- ok($mech->look_down(_tag => 'p', sub { $_[0]->as_trimmed_text eq 'some text' })
+   libhtml-treebuilder-xpath-perl, libmoosex-role-parameterized-perl
+Description: this module combines WWW::Mechanize and HTML::TreeBuilder
+ WWW::Mechanize::TreeBuilder improves code quality and provide better
+ functions  when using WWW::Mechanize and HTML::TreeBuilder together




More information about the Pkg-perl-cvs-commits mailing list