Update of /cvsroot/module-build/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17701/lib/CPANPLUS/Dist
Modified Files:
Build.pm
Log Message:
This issue isn't an issue anymore
Index: Build.pm
===================================================================
RCS file: /cvsroot/module-build/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Build.pm 24 Sep 2005 14:26:05 -0000 1.9
+++ Build.pm 25 Sep 2005 23:44:40 -0000 1.10
@@ -736,16 +736,6 @@
=over 4
-=item * Module::Build's version comparison is not supported.
-
-Module::Build has its own way of defining what versions are considered
-satisfactory for a prerequisite, and which ones aren't. This syntax is
-something specific to Module::Build and we currently have no way to see
-if a module on disk, on cpan or something similar is satisfactory
-according to Module::Build's version comparison scheme.
-As a work around, we now simply assume that the most recent version on
-CPAN satisfies a dependency.
-
=item * Module::Build can not be upgraded using its own API (#13169)
This is due to the fact that the Build file insists on adding a path
|