Stephan Kulow 2015-02-08 07:57:03 +00:00 committed by Git OBS Bridge
parent c7cbb5cd1d
commit 12f68f0859

View File

@ -68,14 +68,18 @@ written for so they'll use the correct one and won't have to face the
possibly bewildering errors resulting from using the wrong one. possibly bewildering errors resulting from using the wrong one.
On POSIX systems, that program will likely be GNU Make; on Microsoft On POSIX systems, that program will likely be GNU Make; on Microsoft
Windows, it will be either Microsoft NMake or DMake. Note that this module Windows, it will be either Microsoft NMake, DMake or GNU Make. See the
does not support generating Makefiles for GNU Make on Windows. See the
section on the L</"MAKE"> parameter for details. section on the L</"MAKE"> parameter for details.
MakeMaker is object oriented. Each directory below the current directory ExtUtils::MakeMaker (EUMM) is object oriented. Each directory below the
that contains a Makefile.PL is treated as a separate object. This makes it current directory that contains a Makefile.PL is treated as a separate
possible to write an unlimited number of Makefiles with a single invocation object. This makes it possible to write an unlimited number of Makefiles
of WriteMakefile(). with a single invocation of WriteMakefile().
All inputs to WriteMakefile are Unicode characters, not just octets. EUMM
seeks to handle all of these correctly. It is currently still not possible
to portably use Unicode characters in module names, because this requires
Perl to handle Unicode filenames, which is not yet the case on Windows.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
@ -102,6 +106,6 @@ rm $RPM_BUILD_ROOT/usr/share/man/man1/instmodsh.1
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes NOTES README README.packaging TODO %doc Changes CONTRIBUTING NOTES README README.packaging
%changelog %changelog