X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FExtUtils%2FCBuilder.pm;h=42be3550a3704c9b830dfb21c5952670565bac5b;hb=a4fc7abc9c5502fa20253f620ede1e956c44caed;hp=deb1fd88a1108d855ae56e14a6fc12b364fadae8;hpb=6b09c1601036c61459334bdedef5d7e29e07fcaf;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/ExtUtils/CBuilder.pm b/lib/ExtUtils/CBuilder.pm index deb1fd8..42be355 100644 --- a/lib/ExtUtils/CBuilder.pm +++ b/lib/ExtUtils/CBuilder.pm @@ -5,7 +5,7 @@ use File::Path (); use File::Basename (); use vars qw($VERSION @ISA); -$VERSION = '0.11_01'; +$VERSION = '0.15'; $VERSION = eval $VERSION; # Okay, this is the brute-force method of finding out what kind of @@ -154,7 +154,7 @@ together. =back The operation of this method is also affected by the -C, C, C, C, and C +C, C, C, C, and C entries in C. =item link @@ -261,6 +261,7 @@ options, as follows: DL_FUNCS | dl_funcs | hash reference FUNCLIST | dl_func_list | array reference IMPORTS | dl_imports | hash reference + VERSION | dl_version | string Please see the documentation for C for the details of what these parameters do. @@ -270,6 +271,12 @@ details of what these parameters do. Returns true on platforms where C should be called during linking, and false otherwise. +=item extra_link_args_after_prelink + +Returns list of extra arguments to give to the link command; the arguments +are the same as for prelink(), with addition of array reference to the +results of prelink(); this reference is indexed by key C. + =back =head1 TO DO @@ -283,7 +290,9 @@ that next. This module is an outgrowth of the C project, to which there have been many contributors. Notably, Randy W. Sims submitted lots of code to support 3 compilers on Windows and helped with various -other platform-specific issues. +other platform-specific issues. Ilya Zakharevich has contributed +fixes for OS/2; John E. Malmberg and Peter Prymmer have done likewise +for VMS. =head1 AUTHOR