Skip Menu |

This queue is for tickets about the JavaScript CPAN distribution.

Report information
The Basics
Id: 29402
Status: new
Priority: 0/
Queue: JavaScript

People
Owner: Nobody in particular
Requestors: agentzh [...] yahoo.cn
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 1.03
Fixed in: (no value)



Subject: Add more options to Test::JavaScript::More
Hi, I hope that I can use Test::JavaScript::More like this: use MyInitModule; use Test::JavaScript::More { runtime => MyInitModule->get_runtime, context => MyInitModule->get_context, }; my_own_js_func(...) In this case, Test::JavaScript::More::_init will use the JS context/runtime given by the user rather than setup a new conntext itself. I really need this feature ;) Thanks! agentz