NAME

Catalyst::Model::MozRepl - Catalyst model to access mozilla using by MozRepl

VERSION

version 0.01

SYNOPSIS

# In model
__PACKAGE__->config(
  plugins => { plugins => [qw/Repl::Inspect/] }
);

# In controller
my $repl = $c->model("Repl::Inspect")->repl;
my $result = $repl->repl_inspect({ source => 'window.getBrowser().contentWindow.location' });

METHODS

new($arguments, $c)

Create Catalyst::Model::MozRepl instance. See MozRepl, Catalyst::Model.

repl

Return MozRepl instance.

AUTHOR

Toru Yamaguchi, <zigorou@cpan.org>

BUGS

Please report any bugs or feature requests to bug-catalyst-model-mozrepl@rt.cpan.org, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT & LICENSE

Copyright 2007 Toru Yamaguchi, All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.