diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-07-30 10:17:04 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-07-30 10:17:04 +0200 |
| commit | c2d968a600618a58c9efec010ff50a42d4d8bbd4 (patch) | |
| tree | f36095588143cf473db8833e624f47ee396cf07b /lib/Net | |
| parent | fix hook to add worker_id (diff) | |
| download | net-presque-master.tar.gz | |
switch to net::http::apimaster
Diffstat (limited to 'lib/Net')
| -rw-r--r-- | lib/Net/Presque.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/Presque.pm b/lib/Net/Presque.pm index 1a7c976..2fe1019 100644 --- a/lib/Net/Presque.pm +++ b/lib/Net/Presque.pm @@ -1,6 +1,6 @@ package Net::Presque; -use MooseX::Net::API; +use Net::HTTP::API; has worker_id => (is => 'rw', isa => 'Str', predicate => 'has_worker_id'); |
