or download this
eval { @addons = $ff->addons; $lives++ };
ok $lives, "We can query the addons"
...
isn't $mozrepl, undef, "We find the mozrepl addon";
is $mozrepl->{name}, 'MozRepl', 'The name is "MozRepl"';
diag "Using MozRepl version $mozrepl->{version}";