[Module-build-checkins] CPANPLUS-Dist-Build/lib/CPANPLUS/Dist Build.pm,1.5,1.6
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <kwi...@us...> - 2005-09-12 19:57:22
|
Update of /cvsroot/module-build/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29048/lib/CPANPLUS/Dist Modified Files: Build.pm Log Message: Correct a couple inaccuracies in the POD Index: Build.pm =================================================================== RCS file: /cvsroot/module-build/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build.pm,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Build.pm 11 Aug 2005 02:36:45 -0000 1.5 +++ Build.pm 12 Sep 2005 19:57:14 -0000 1.6 @@ -722,13 +722,6 @@ =over 4 -=item * Uninstall modules installed by Module::Build (#13308) - -Module::Build doesn't write a so called C<packlist> file, which holds -a list of all files installed by a distribution. Without this file we -don't know what to remove. Until Module::Build generates this -C<packlist>, we are unable to remove any installations done by it. - =item * Module::Build's version comparison is not supported. Module::Build has its own way of defining what versions are considered @@ -739,7 +732,7 @@ 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 it's own API (#13169) +=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 to C<@INC> which force the loading of the C<not yet installed> |