[Module-build-checkins] CPANPLUS-Dist-Build/lib/CPANPLUS/Dist Build.pm,1.1,1.2
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <kwi...@us...> - 2005-08-04 01:47:58
|
Update of /cvsroot/module-build/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20618/lib/CPANPLUS/Dist Modified Files: Build.pm Log Message: Update two 'KNOWN ISSUES' in the docs and add me to the author text Index: Build.pm =================================================================== RCS file: /cvsroot/module-build/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Build.pm 4 Aug 2005 01:36:03 -0000 1.1 +++ Build.pm 4 Aug 2005 01:47:49 -0000 1.2 @@ -765,21 +765,6 @@ As a work around, we now simply assume that the most recent version on CPAN satisfies a dependency. -=item * Module::Build doesn't support 'PREFIX' (#8759) - -Module::Build doens't support the standard C<Makefile.PL> argument -C<PREFIX> and dies if it is provided. Even though that's not usually a -problem, sometimes M::B enabled distros ship a C<Makefile.PL> that -calls the C<Build.PL> under the hood. In these cases, a C<PREFIX> might -be provided and C<Module::Build> will die. - -=item * Module::Build masquerades as Makefile.PL but is not compatible (#13145) - -Related to the previous entry, C<Module::Build> can create a -C<Makefile.PL> which under the hood invokes C<Module::Build>. It however -does not support all the options that C<ExtUtils::MakeMaker> does, and -will die if you try to invoke the file with one of those options. - =item * Module::Build can not be upgraded using it's own API (#13169) This is due to the fact that the Build file insists on adding a path @@ -798,8 +783,8 @@ =head1 AUTHOR -This module by -Jos Boumans E<lt>ka...@cp...<gt>. +Originally by Jos Boumans E<lt>ka...@cp...<gt>. Brought to working +condition and currently maintained by Ken Williams E<lt>kwi...@cp...<gt>. =head1 COPYRIGHT |