Sub::Quote is used for generation of subs via string eval. This includes allowing for closed over variables and inlining. Used heavily by Moo for code generation.
- Sub::Quote on CPAN contains the main documentation
- Moo on CPAN contains the Moo documentation