From a4cbe8332d793fa90f0e6280263bc7eef441f585 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Tue, 6 Apr 2010 14:56:57 +0200 Subject: rename package --- lib/MooseX/Net/API.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/MooseX/Net/API.pm b/lib/MooseX/Net/API.pm index f77dd57..634416f 100644 --- a/lib/MooseX/Net/API.pm +++ b/lib/MooseX/Net/API.pm @@ -7,7 +7,7 @@ use HTTP::Request; use Moose; use Moose::Exporter; -use MooseX::Net::API::Meta::Error; +use MooseX::Net::API::Error; use MooseX::Net::API::Meta::Class; use MooseX::Net::API::Meta::Method; @@ -349,6 +349,7 @@ sub _do_authentication { return $req; } +1; __END__ =head1 NAME @@ -544,3 +545,4 @@ This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut + -- cgit 1.4.1