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

Changes for version 0.02 - 2003-09-04

  • Fixed behavior of each to match that of Apache::Table. It will now return multiple key/value pairs for a single key that has multiple values.
  • Changed behavior of new() to require an Apache object as its first object to bring it more in line with the behavior of Apache::Table::new.
  • Assigning a value of undef no longer deletes the key from the table, but goes ahead and assigns it. When warnings are enabled, this will cause Apache::FakeTable to issue a "Use of uninitialized value in null operation" warning.
  • The merge() method will now only merge the new value with the first value when a key has multiple existing values. It also now uses a comma and a space to separate the values, instead of just a comma.

Modules

Pure Perl implementation of the Apache::Table interface.

Provides

in lib/Apache/FakeTable.pm