reinstate the right glob in XML::Tags (RT#120071) globbery
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Thu, 2 Feb 2017 12:55:48 +0000 (12:55 +0000)
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Thu, 2 Feb 2017 12:55:48 +0000 (12:55 +0000)
commit724b313633f9aa2d5e4e75018ec3af59ae4668ef
tree657172cf40ff75a7f3197b1a23b41ce19e288a7c
parentf9ec0dd7c6ddf6e6f3b3752190dd4774692b0e65
reinstate the right glob in XML::Tags (RT#120071)

CORE::glob is equivalent to File::Glob::csh_glob, not bsd_glob (which is
what the now-deprecated File::Glob::glob calls).
Changes
lib/XML/Tags.pm
t/globbery/three [new file with mode: 0644]
t/tags.t