file: code/LazyBuild/mocked.pl 29: my $fns = FindNewSeries->new( ua => MockLWP->new ); 30: say $fns->run;
instead of using the default LWP::UserAgent, we pass in our Mocked Agent