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