Your message dated Thu, 16 Nov 2017 16:40:10 +1100 (AEDT)
with message-id <alpine.deb.2.20.1711161624050.21...@dirac.rather.puzzling.org>
and subject line perl-base: File::Glob(3perl) bsd_glob does not document 
DEFAULT_FLAGS
has caused the Debian Bug report #881892,
regarding perl-base: File::Glob(3perl) bsd_glob does not document DEFAULT_FLAGS
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
881892: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881892
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: perl-base
Version: 5.24.1-3+deb9u2
Severity: normal

In the one argument form of File::Glob::bsd_glob, the default flags
are not documented.  They appear to be GLOB_CSH, although the
documentation for GLOB_NOCASE talks about different behaviour on OSX,
ie the one argument form looks to be nearly equivalent to:

    $homedir = bsd_glob('~gnat', GLOB_CSH); # !OSX
or
    $homedir = bsd_glob('~gnat', GLOB_CSH | GLOB_NOCASE); # OSX

This has supposedly been fixed, but since I don't have the git tree handy, I 
can't check what the supposed fix is:
http://grokbase.com/t/perl/perl5-porters/11cybe0n6v/perl-107296-file-glob-bsd-glob-undocumented-default-flags

-- System Information:
Debian Release: 9.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (5, 'testing'), (2, 
'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.13.0-0.bpo.1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_AU:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages perl-base depends on:
ii  dpkg   1.18.24
ii  libc6  2.24-11+deb9u1

perl-base recommends no packages.

Versions of packages perl-base suggests:
ii  perl  5.24.1-3+deb9u2

-- no debconf information

--- End Message ---
--- Begin Message ---
On Thu, 16 Nov 2017, Tim Connors wrote:
> In the one argument form of File::Glob::bsd_glob, the default flags
> are not documented.  They appear to be GLOB_CSH, although the

Hmm, it's there, just the summary is far less prominent than I feel it
should be (usage usually goes at the top, not examples):

       "bsd_glob"

       This function, which is included in the two export tags listed above,
       takes one or two arguments.  The first is the glob pattern.  The second
       is a set of flags ORed together.  The available flags are listed below
       under "POSIX FLAGS".  If the second argument is omitted, "GLOB_CSH" (or
       "GLOB_CSH|GLOB_NOCASE" on VMS and DOSish systems) is used by default.






-- 
Tim Connors

--- End Message ---

Reply via email to