http://www.perlmonks.org?node_id=947867


in reply to Web::Magic 0.005

Here is what I would like to see added :)

 use Web::Magic qw/ -mech /;

This gets me  $ua or  $wm, a nice best impersonation of a WWW::Mechanize type LWP::UserAgent subclass :) autocheck option, agent_alias (and WWW::UserAgent::Random ), automatic redirection handling, nice page history...

$wm ->add_handler ...; $wm ->timeout( 1 ); $wm ->back ; $wm ->reload ; ...

 $wm -> get is get, but  $wm -> GET is your kind of get

What do you think?