File: 006-results.pml

package info (click to toggle)
libhttp-body-perl 1.11-1%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,468 kB
  • sloc: perl: 840; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
{
  "body" => undef,
  "upload" => {},
  "param" => {
    "one" => "foo",
    "two" => "bar=bam"
  },
  "param_order" => [
    "one", "two"
  ]
}