Update of /cvsroot/module-build/Module-Build/lib/Module
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21841/lib/Module
Modified Files:
Build.pm
Log Message:
Re-sort actions.
Index: Build.pm
===================================================================
RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build.pm,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -d -r1.196 -r1.197
--- Build.pm 15 Nov 2005 09:49:48 -0000 1.196
+++ Build.pm 15 Nov 2005 23:01:30 -0000 1.197
@@ -236,13 +236,6 @@
...
-=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
@@ -422,6 +415,13 @@
output, so you can supply C<tar> and/or C<gzip> parameters to affect
the result.
+=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 pure_install
This action is identical to the C<install> action. In the future,
|