Skip Menu |

This queue is for tickets about the ExtUtils-Depends CPAN distribution.

Report information
The Basics
Id: 49300
Status: resolved
Priority: 0/
Queue: ExtUtils-Depends

People
Owner: XAOC [...] cpan.org
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.302
Fixed in: (no value)



Subject: description of sub find_extra_libs
Please add a description for sub find_extra_libs - I'd like to know what it does (maybe I will try to patch it). It is not private (does not start with '_'), so POD would be best place for this. -- Alexandr Ciornii, http://chorny.net
Subject: Re: [rt.cpan.org #49300] description of sub find_extra_libs
Date: Sun, 28 Feb 2010 15:58:05 +0100
To: bug-ExtUtils-Depends [...] rt.cpan.org
From: Torsten Schoenfeld <kaffeetisch [...] gmx.de>
On 01.09.2009 00:50, Alexandr Ciornii via RT wrote: Show quoted text
> Please add a description for sub find_extra_libs - I'd like to know what > it does (maybe I will try to patch it). It is not private (does not > start with '_'), so POD would be best place for this.
Well, it is private, or at least not public. It's used internally on Windows to find extra libraries that we need to link against. But if you have suggestions for documentation (in the form of code comments), then just send them and I'll add them.
On Sun Feb 28 09:58:35 2010, TSCH wrote: Show quoted text
> On 01.09.2009 00:50, Alexandr Ciornii via RT wrote:
> > Please add a description for sub find_extra_libs - I'd like to know what > > it does (maybe I will try to patch it). It is not private (does not > > start with '_'), so POD would be best place for this.
> > Well, it is private, or at least not public. It's used internally on > Windows to find extra libraries that we need to link against. But if > you have suggestions for documentation (in the form of code comments), > then just send them and I'll add them.
Added the following comments for find_extra_libs [1]: # used to search for library files on Windows (either native Windows library # files, or Cygwin library files) # not meant to be called publicly Will this work for you, or do you have any suggestions on what you would like this to say? Changing ticket status to: stalled Thanks, Brian [1] https://github.com/cpanxaoc/perl-ExtUtils-Depends/commit/521451b0435e6f879bd6033343bf35665f879cba
On Sun Jul 28 19:08:27 2013, XAOC wrote: Show quoted text
> Added the following comments for find_extra_libs [1]: > > # used to search for library files on Windows (either native Windows > library > # files, or Cygwin library files) > # not meant to be called publicly
Committed to gnome.org repo as 043ea929296964315d903725b13ec8c1670ffaa6, and released as part of 0.305. Resolving ticket.