reinstate the right glob in XML::Tags (RT#120071)
[catagits/Web-Simple.git] / lib / XML / Tags.pm
index a9e0785..6a0ea5c 100644 (file)
@@ -73,7 +73,7 @@ sub _export_tags_into {
       no strict 'refs';
       delete ${"${into}::"}{$tag}
     }
-    _set_glob(\&File::Glob::glob);
+    _set_glob(\&File::Glob::csh_glob);
     overload::remove_constant('q');
     $IN_SCOPE = 0;
   };