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

No eval string #11

Merged
merged 3 commits into from May 27, 2015
Merged

No eval string #11

merged 3 commits into from May 27, 2015

Conversation

dolmen
Copy link
Contributor

@dolmen dolmen commented May 27, 2015

3 changes applied to Test::MockObject::import and Test::MockObject::Extends::import to use eval { ... }' instead ofeval "..."` (eval sting is much slower as it needs a full separate compiler context).

Review on Reviewable

That dynamic loading of Test::MockObject is useless as T:MO is already
loaded explicitely with a non-dynamic 'use' during compilation ('use'
line just above).
Instead of encapsultating the method calls, just use glob aliasing (with
a proper comment to explain the intent).
chromatic added a commit that referenced this pull request May 27, 2015
@chromatic chromatic merged commit 419df32 into chromatic:master May 27, 2015
@chromatic
Copy link
Owner

Thanks. This'll be in the next release, momentarily.

chromatic added a commit that referenced this pull request May 27, 2015
    - improved dependencies (build/run/requires), (Olivier Mengué, GH PR #10)
    - improved runtime loading (Olivier Mengué, GH PR #11)
@dolmen
Copy link
Contributor Author

dolmen commented May 27, 2015

👏 (quick merge!)

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

Successfully merging this pull request may close these issues.

None yet

2 participants