1use Test::More qw(no_plan); 2use FEAR::API -base; 3 4load_sst(<<'.'); 5fetch('google.com') >> _self; 6fetch&&Test::More::ok(1) while $_; 7. 8 9run_sst; 10