我使用CPAN客户端安装了Dancer和依赖项,也可以这样做。但是,当我试图运行app.pl文件时,代码会抛出一个错误,说明YAML.pm未找到。For using Dancer, do I have to manually include all the files in @INC?我试图通过在@INC中包含Dancer.pm路径来创建一个非常简单的perl舞者应用程序--告诉你你的世界。但是,由于缺少部分或其他依赖项,它一直失败。
帮助我理解我做错了什么?
我想用Dancer保护所有表单不受CSRF的影响。logger: "console"
# core is the lowest, it shows Dancer'score log messages as well as yours
# (debug, info, warning and error)