about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2018-02-28 12:09:14 -0500
committerShea Levy <shea@shealevy.com>2018-02-28 15:01:32 -0500
commitdd6c92636242550d50c61e1e9fd0180618d415b8 (patch)
tree4ae409428cfa2705e69e3185ec089acdfe8c3f95 /doc
parent306d5cdf03ad6375861a20b8885ef38699ca3c23 (diff)
perlPackages.DBI: Stub out dbd_postamble for cross-compilation.
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/perl.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/languages-frameworks/perl.xml b/doc/languages-frameworks/perl.xml
index 7f219b8b09ddd..149fcb275a095 100644
--- a/doc/languages-frameworks/perl.xml
+++ b/doc/languages-frameworks/perl.xml
@@ -186,7 +186,8 @@ for a module may (indirectly) import a native module. In that case,
 you will need to make a stub for that module that will satisfy the
 Makefile.PL and install it into
 <filename>lib/perl5/site_perl/cross_perl/${perl.version}</filename>.
-</para>
+See the <varname>postInstall</varname> for <varname>DBI</varname> for
+an example.</para>
 
 </section>