logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

App::perlimports::Sandbox - Internal Tools for perlimports

Author

       Olaf Alders <olaf@wundercounter.com>

Name

       App::perlimports::Sandbox - Internal Tools for perlimports

Version

       version 0.000057

   pkg_for($string)
       Returns a random module/package name, which can be used to eval arbitrary code.  Requires the name of the
       module which will be imported into the package to be created.

   eval_pkg($module_name,$pkg_content)
       Takes a module name and content to eval. Returns the contents of $@. So, if it returns true, the "eval"
       failed.

       Returns a random module/package name, which can be used to eval arbitrary code.  Requires the name of the
       module which will be imported into the package to be created.

See Also