Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible to test custom scripts #11

Closed
AlexDaniel opened this issue Mar 25, 2019 · 0 comments
Closed

Make it possible to test custom scripts #11

AlexDaniel opened this issue Mar 25, 2019 · 0 comments

Comments

@AlexDaniel
Copy link
Member

See https://gfldex.wordpress.com/2019/03/25/i-like-rakudo-100x/

Basically, running blin.p6 WWW already does half of the job, we just need to add a way to provide a custom script that will be tested as a fake module. In this case it is:

use WWW;
my @stations;
@stations = | jpost "https://www.perl6.org", :limit(42);
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant