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

fixes bugs caused by eval { require... } which are many #4

Closed
wants to merge 1 commit into from

Commits on Sep 10, 2012

  1. use Module::Metadata and Module::Load::Conditional

    Both of these modules are in core 5.10 and 5.14 respectively. Using these
    modules will eliminate bugs caused by eval / requiring arbitrary modules. This
    should also prevent any possible attack vector by doing so.
    
    fixes RT #76308
    
    Signed-off-by: Caleb Cushing <xenoterracide@gmail.com>
    xenoterracide committed Sep 10, 2012
    Copy the full SHA
    9954772 View commit details
    Browse the repository at this point in the history