No longer do you have to do a $mech->save_content() and then run mech-dump on it. How has it taken me so long to put this stuff in there?$agent->content_contains( qr/\QEnter keyword(s)/ )
or $agent->dump_all( \*STDERR );
not ok 14 - Content contains '(?-xism:Enter\ keyword\(s\))'
# Failed test 'Content contains '(?-xism:Enter\ keyword\(s\))''
# at t/simple-search.t line 31.
# searched: "<HTML>\x{0a}<HEAD>\x{0a}<TITLE>TitleTales™</TITLE></HEA"...
# can't find: "(?-xism:Enter\ keyword\(s\))"
/buttonsd/bisac2.gif
/graphics/bar.gif
POST http://hoops.flr.follett.com:2112/simpsearch.php [simsearch]
clickval= (hidden readonly)
searchwords= (text)
S=<UNDEF> (checkbox) [*<UNDEF>/off|on/Include Out of Print / Please Order Direct Titles]
See Also: WWW::Mechanize::Plugin::Display (Score:1)
Default Output Stream (Score:1)
Do you think that will be the canonical use of
dump_all?If so, would it make more sense for the default output stream to be
STDERRrather thanSTDOUT, to save having to specify it every time?Re: (Score:2)
--
xoa
I hate to be a spoil sport, but... (Score:1)
I've started to migrate away from mechanize back to raw lwp in a few applications, simply becaus
Re: (Score:2)
--
xoa
Re: (Score:1)
Maybe the first thing you could d
Re: (Score:2)
--
xoa
Re: (Score:1)
NOT HTTP-Serve
Re: (Score:2)
--
xoa
Re: (Score:1)
For starters, I can pick up a distribution using Net::HTTPServer for the back.t test, passing on your platform, from a url you supply and run the tests on cygwin and A
Re: (Score:2)
What can I do to help you?
--
xoa
Re: (Score:1)
In t/local/*.t, change:
delete @ENV{ qw( http_proxy HTTP_PROXY ) };
to
foreach my $proxy (grep {/http_proxy/i} keys %ENV ) {delete $ENV{$proxy}}
because
Re: (Score:1)
C:/ActiveStatePerl/bin/perl -e 'foreach my $proxy (grep {/_proxy/i} keys %E
Re: (Score:1)
No need to write C in Perl:
Re: (Score:2)
--
xoa