NAME
MozRepl::Util - MozRepl utilities.
VERSION
version 0.01
SYNOPSIS
METHODS
canonical_plugin_name($plugin)
To canonical plugin name
plugin_to_method($plugin, $search)
To method name from plugin's class name.
- $plugin
-
Plugin's class name.
- $search
-
"new($args)" in MozRepl's search argument.
javascript_value($value)
To JavaScript value from string. See Data::JavaScript::Anon.
javascript_uri($uri)
To uri string for JavaScript.
SEE ALSO
AUTHOR
Toru Yamaguchi, <zigorou@cpan.org>
BUGS
Please report any bugs or feature requests to bug-mozrepl-util@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.