Re: Need help with File::Glob issue

2016-02-07 Thread Tony Cook
On Mon, Feb 08, 2016 at 05:35:11PM +1100, Ron Savage wrote: > >>The syntax I used is: > >>use File::Glob ':bsd_glob'; > > $many x thanx; > > I retreated (sic) to POG - Plain Ol' Glob. bsd_glob() is available back to 5.6, and the flags back to 5.8, so you can import them explicitly: use File::

Re: Need help with File::Glob issue

2016-02-07 Thread Ron Savage
Hi Tom On 08/02/16 17:19, Tom Molesworth wrote: Hi Ron, On 08/02/16 06:04, Ron Savage wrote: A brand new module (Image::Magick::CommandParser) is getting this error: "bsd_glob" is not defined in %File::Glob::EXPORT_TAGS at C:/strawberry/perl/lib/File/Glob.pm line 11. It's 'perl 5.10.1' in this

Re: Need help with File::Glob issue

2016-02-07 Thread Tom Molesworth
Hi Ron, On 08/02/16 06:04, Ron Savage wrote: A brand new module (Image::Magick::CommandParser) is getting this error: "bsd_glob" is not defined in %File::Glob::EXPORT_TAGS at C:/strawberry/perl/lib/File/Glob.pm line 11. It's 'perl 5.10.1' in this case. Details: http://www.cpantesters.org/cpa

Need help with File::Glob issue

2016-02-07 Thread Ron Savage
Hi A brand new module (Image::Magick::CommandParser) is getting this error: "bsd_glob" is not defined in %File::Glob::EXPORT_TAGS at C:/strawberry/perl/lib/File/Glob.pm line 11. It's 'perl 5.10.1' in this case. Details: http://www.cpantesters.org/cpan/report/ad08b91d-6bf3-1014-9e1c-9cc1d76cae