openSUSE / ca-certificates

Utilities for system wide CA certificate installation
GNU General Public License v2.0
24 stars 21 forks source link

more reliable globbing #1

Closed rudimeier closed 10 years ago

rudimeier commented 11 years ago

Looks like perl's default globbing behavior has changed last versions. It's more safe to use File::Glob ':glob' and glob() instead of <>. Now we are portable again for old suse versions (e.g. 11.4).

lnussel commented 10 years ago

The ":glob" tag, now discouraged, is the old version of ":bsd_glob".

rudimeier commented 10 years ago

Whatever this means, it does not work with old python (e.g. openSUSE 11.4).