Codebase list libextutils-depends-perl / 043ea92
Add comments for find_extra_libs method (closes RT#43900) Brian Manning 10 years ago
1 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
305305 '$(INST_ARCHAUTODIR)/$(BASEEXT)$(LIB_EXT)';
306306 }
307307
308 # Search for extra library files to link against on Windows (either native
309 # Windows library # files, or Cygwin library files)
310 # NOTE: not meant to be called publicly, so no POD documentation
308311 sub find_extra_libs {
309312 my $self = shift;
310313