App-DuckPAN

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

  Author: Christian Aistleitner <pfirsichbluete@lirum.at>
  Date : 2015-03-11 16:12:12 +0000

    Make Web.pm find the correct share dir for IAs that are substring of
    others

    In duckduckgo/zeroclickinfo-spice the Time spice's name is a
    substring of the Timer spice's name. When looking for resources for
    the Timer IA, paths of the form

    .../timer/...

    got mangled to

    .../time/r/...

    because the matcher for IAs share directories did not check for the
    trailing path separator. Hence, the share path of the Time (no
    trailing “r” in Time) matched for Timer (trailing “r” in
    Timer) resources, and path handling got confused.

    By making the guard for identifying the relevant the share directory
    also check on the trailing '/', the share directories of Time and
    Timer are properly matched and the Timer IA again properly loads for
    'timer 10 seconds'.

    Fixes duckduckgo/zeroclickinfo-spice#1625 

  Change: 79e8a5ed255e7d6044c1ad2574ece786f7344023
  Author: moollaza <moollaza@fastmail.fm>
  Date : 2015-03-04 04:51:39 +0000

    remove unused Data::Printer from Server.pm 

  Change: 8456e1af6a79b1e345148204d9efe0a381cbf765



( run in 0.431 second using v1.01-cache-2.11-cpan-49f99fa48dc )