Help for this page

Select Code to Download


  1. or download this
    #!perl -T
    
    ...
    # vars 1.01
    # warnings 1.09
    # warnings::register 1.01
    
  2. 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}";