The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.52

  • Added proper binmode setting when outputting XML to address deficiences on Win32 ( such as failing Strawberry perl due to line endings )
  • Added evil OS check in file writing code to address differences in how files must be opened to write utf8 on win32 versus linux/cygwin.
  • Added note regarding using utf8 flag instead of using encoding(utf8)
  • Altered UTF8 test to also write XML containing UTF8 to a file.

Modules

Minimal XML parser implemented via a C state engine

Provides

in Bare.pm