Update of /cvsroot/module-build/Module-Build/lib/Module
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18178/lib/Module
Modified Files:
Build.pm
Log Message:
Add the prereq_report action
Index: Build.pm
===================================================================
RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build.pm,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -d -r1.194 -r1.195
--- Build.pm 5 Nov 2005 01:56:07 -0000 1.194
+++ Build.pm 13 Nov 2005 03:17:43 -0000 1.195
@@ -236,6 +236,13 @@
...
+=item prereq_report
+
+This action prints out a list of all prerequisites, the versions required, and
+the versions actually installed. This can be useful for reviewing the
+configuration of your system prior to a build, or when compiling data to send
+for a bug report.
+
=item diff
This action will compare the files about to be installed with their
|