diff options
author | franck cuny <franck@lumberjaph.net> | 2010-04-06 14:56:57 +0200 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2010-04-06 14:56:57 +0200 |
commit | a4cbe8332d793fa90f0e6280263bc7eef441f585 (patch) | |
tree | 28c77b9e496efa6c0ee685eaa579943ce3ecf119 | |
parent | update build uri, move error to it's own package (diff) | |
download | moosex-net-api-a4cbe8332d793fa90f0e6280263bc7eef441f585.tar.gz |
rename package
-rw-r--r-- | lib/MooseX/Net/API.pm | 4 |
1 files changed, 3 insertions, 1 deletions
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 + |