-
Notifications
You must be signed in to change notification settings - Fork 8
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
Clean the namespace #26
Comments
works for me. |
Just pushed a branch with the above proposed solution (and a not terribly clever test). |
This works. For the testing, what do you think about:
|
WebDriver::Tiny has a super simple, yet exhaustive, namespace test - https://github.com/cv-library/WebDriver-Tiny/blob/master/t/namespace.t |
Pushed a new commit... 5962bf5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As raspass mentioned, Usage: Time::HiRes::time() is now unintentionally a method of Scientist.
So $experiment->time;
This would produce something like "Usage: Time::HiRes::time()"
Propose: use namespace::clean; ?
The text was updated successfully, but these errors were encountered: