From: Vincent Pit Date: Mon, 4 Apr 2011 16:25:27 +0000 (+0200) Subject: Add a "DEPENDENCIES" section to the POD X-Git-Tag: v0.09~7 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=commitdiff_plain;h=1b5d77b5043ce79ba5661949104911c6f773d669 Add a "DEPENDENCIES" section to the POD In particular, clarify the policy towards C++ compilers. --- diff --git a/Plugin.pod b/Plugin.pod index 4ba31fa..35d293b 100644 --- a/Plugin.pod +++ b/Plugin.pod @@ -419,6 +419,15 @@ tests. =back +=head1 DEPENDENCIES + +L 5.10. + +A C compiler. +This module may happen to build with a C++ compiler as well, but don't rely on it, as no guarantee is made in this regard. + +L (standard since perl 5.006). + =head1 BUGS Please report any bugs that aren't already listed at