switch to Module::Install. fix pod. add MANIFEST.SKIP
[catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git] / lib / Catalyst / Plugin / Authentication / Credential / HTTP / Proxy.pm
index 6a8e847..fc2bb0b 100644 (file)
@@ -10,8 +10,7 @@ use Catalyst       ();
 use Catalyst::Plugin::Authentication::Credential::HTTP::User;
 use Carp qw/croak/;
 
-our $VERSION = "0.01";
-
+our $VERSION = "0.02";
 
 sub authenticate_http_proxy {
     my $c = shift;
@@ -92,7 +91,7 @@ __END__
 
 =head1 NAME
 
-Catalyst::Plugin::Authentication::Credential::HTTP - HTTP Basic authentication
+Catalyst::Plugin::Authentication::Credential::HTTP::Proxy - HTTP Proxy authentication
 for Catlayst.
 
 =head1 SYNOPSIS
@@ -153,7 +152,7 @@ Required. A url protected with basic authentication to authenticate against.
 
 To specify what store to use. will use the default store if not set.
 
-=cut
+=back
 
 =head1 METHODS