Subject: | Docs appear to not be completely converted to Mojo |
In the CONSTRUCTOR section the code references Test::WWW::Mechanize::Catalyst twice rather than Test::WWW::Mechanize::Mojo and says:
Note that we need to pass the name of the Catalyst application to the "use"
But the follow code shows something else going on.
Above that section on the code there is this:
$mmech->{catalyst_debug} = 1;
First $mmech should be $mech. Secondly the use of catalyst would seem to need to be mojo. On the surface it seems like this might be an issue with just the POD but the code makes use of catalyst_debug.
catalyst_debug