From 2e6d70c1ce1c507c2fa813327ce42ee41b829f3c Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Fri, 7 Aug 2015 21:23:19 -0400 Subject: [PATCH] document [ModuleBuild] build_element option kinda --- lib/Dist/Zilla/Plugin/ModuleBuild.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/Dist/Zilla/Plugin/ModuleBuild.pm b/lib/Dist/Zilla/Plugin/ModuleBuild.pm index a2e9adee8..93b4d4041 100644 --- a/lib/Dist/Zilla/Plugin/ModuleBuild.pm +++ b/lib/Dist/Zilla/Plugin/ModuleBuild.pm @@ -41,6 +41,11 @@ to the generated Build.PL file. B Specify the list of directories to be passed to lib when using mb_class. Defaults to C. +=attr build_element + +Anything given in a C option will be added as a build element +with Module::Build's L method. + =cut has 'mb_version' => (