diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-12-08 18:05:10 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-12-08 18:05:10 +0100 |
| commit | 20f2030ce03112ed21e5cac4356454e0c201f5b1 (patch) | |
| tree | 6d69cced38edc13e2606166a57773e05c72a9a81 /lib/Net/HTTP/API/Parser.pm | |
| parent | remove api_ (diff) | |
| download | net-http-api-20f2030ce03112ed21e5cac4356454e0c201f5b1.tar.gz | |
remove auto-deref
Diffstat (limited to '')
| -rw-r--r-- | lib/Net/HTTP/API/Parser.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Net/HTTP/API/Parser.pm b/lib/Net/HTTP/API/Parser.pm index 1c751ad..c0a105e 100644 --- a/lib/Net/HTTP/API/Parser.pm +++ b/lib/Net/HTTP/API/Parser.pm @@ -9,7 +9,6 @@ has format_options => ( isa => 'HashRef', lazy => 1, default => sub { {} }, - auto_deref => 1, ); sub encode {die "must be implemented"} |
