A MWE with Julia 1.4.2 and Requires v1.0.1: ```julia julia> using Requires julia> @require Requires="ae029012-a4dd-5104-9daa-d747884805df" begin x = 2 @eval $x end ERROR: UndefVarError: x not defined ```