Author: kwilliams
Date: Fri Dec 22 21:53:03 2006
New Revision: 8429
Modified:
ExtUtils-CBuilder/trunk/lib/ExtUtils/CBuilder/Base.pm
Log:
Add comments for the Mksymlists() fields
Modified: ExtUtils-CBuilder/trunk/lib/ExtUtils/CBuilder/Base.pm
==============================================================================
--- ExtUtils-CBuilder/trunk/lib/ExtUtils/CBuilder/Base.pm (original)
+++ ExtUtils-CBuilder/trunk/lib/ExtUtils/CBuilder/Base.pm Fri Dec 22
21:53:03 2006
@@ -167,9 +167,9 @@
DL_FUNCS => $args{dl_funcs} || {},
FUNCLIST => $args{dl_func_list} || [],
IMPORTS => $args{dl_imports} || {},
- NAME => $args{dl_name},
- DLBASE => $args{dl_base},
- FILE => $args{dl_file},
+ NAME => $args{dl_name}, # Name of the Perl module
+ DLBASE => $args{dl_base}, # Basename of DLL file
+ FILE => $args{dl_file}, # Dir + Basename of symlist file
VERSION => (defined $args{dl_version} ? $args{dl_version} : '0.0'),
);