e2a52c739f6687b86cf6eb5e7dfb3d0bd2516b10
[catagits/HTTP-Body.git] / lib / HTTP / Body / Urlencoded.pm
1 package HTTP::Body::Urlencoded;
2
3 use strict;
4 use base 'HTTP::Body';
5 use bytes;
6
7 1;