Changes for version 1.04

  • fixed a very nasty bug reported by Grant McLean. getPrefix() had an immediate return() inside of a while() that iterated over the declared prefixes using each(). Because of that, calling getPrefix() twice in a row would return nothing the next time because the each() internal iterator wasn't reset. Sometimes Perl bites.

Modules

a simple generic namespace support class