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

Changes for version 0.007 - 2012-08-14

  • cleanup of domain->PSGI app functionality for stable release:
    • string mappings in map_response now match against the URI host, not the full URI string
    • register_domain is now called register_psgi; unregister_domain is now unregister_psgi; unregister_all is removed, as unmap_all will do the right thing
    • domain mappings no longer take priority over other mapped responses; all mappings are now tested in the order they were added (with instance mappings matched first over global mappings, as before)

Changes for version 0.006-TRIAL - 2012-07-28 (TRIAL RELEASE)

  • new domain->PSGI app functionality, and methods register_domain, unregister_domain, unregister_all

Modules

a LWP::UserAgent suitable for simulating and testing network calls