Revision history for Perl extension Glob::BSD. 0.00 Tue Dec 17 10:51:33 1996 - original version; created by h2xs 1.16 0.90 Tue Dec 17 13:58:32 MST 1996 - implemented first pass access to glob(3), but it's clumsy and it looks like it leaks memory. 0.91 Thu Sep 4 08:43:55 CDT 1997 - included CORE/config.h portability macros - s/glob/bsd_glob/ to avoid calling and including the system's glob stuff - added GLOB_DEBUG for (surprise!) glob debugging - tainted all filenames returned from &Glob::BSD::glob 0.92 Tue Sep 30 08:31:57 CDT 1997 - only use lstat if HAS_LSTAT is defined - renamed the glob flags to GLOB_* - added GLOB_CSH convenience macro for csh(1) globbing These changes thanks to Hans Mulder - fixed an incompatibility with csh(1) globbing where a pattern like {A*,b,c} wouldn't expand properly - various compatibility changes - fixed and added tests 0.93 Wed Jul 1 10:39:47 CDT 1998 - renamed module to File::BSDGlob - enabled 'globally' import directive to override the core glob - added Sarathy's tests for File::DosGlob