File::Glob::GLOB_ERROR is a real subroutine, not a constant().
authorNicholas Clark <nick@ccl4.org>
Fri, 15 Oct 2010 10:00:27 +0000 (11:00 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 15 Oct 2010 10:00:27 +0000 (11:00 +0100)
commitb84cd0b10c0ff4f2e533b112c9ffa37cc778f556
tree2b71204004fe74c93e0e3781c41d16e50e51b08b
parent4306d9278175c0394a9e916b7a3b082e76092da1
File::Glob::GLOB_ERROR is a real subroutine, not a constant().

Previously it was bodged as a constant(), with an explicit wrapper subroutine
in Glob.pm to call each time to get the value.
ext/File-Glob/Glob.pm
ext/File-Glob/Glob.xs
ext/File-Glob/Makefile.PL