Procházet zdrojové kódy

Removed GLOB hated by YAML

I don't know why but this was not problem until I switched to Dancer2
which (or Config::Any) warned me during first runtime that YAML is
deprecated and I need to install YAML::XS.

Either the XS version or something in Dancer2 is more strict.

No big deal (yet?)...
Alois Mahdal před 11 roky
rodič
revize
5ec3921b62
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. 0
    2
      lib/SugarTrail.pm

+ 0
- 2
lib/SugarTrail.pm Zobrazit soubor

@@ -20,8 +20,6 @@ get qr|^/st/([^\?]*)(.*)$| => sub {
20 20
     my $params = request->params('query');
21 21
 
22 22
     &helper::dmup (ENV => \%ENV);
23
-    &helper::dmup (params => scalar params);
24
-    &helper::dmup (config => config);
25 23
     &helper::dmup (real_params => $params);
26 24
 
27 25
     my ($stpath, $query) = splat;