Add version 1.11 of HTTP::Body with new param_order functionality
[catagits/HTTP-Body.git] / t / data / urlencoded / 006-results.pml
index c44c760..1a13c7e 100644 (file)
@@ -4,5 +4,8 @@
   "param" => {
     "one" => "foo",
     "two" => "bar=bam"
-  }
+  },
+  "param_order" => [
+    "one", "two"
+  ]
 }