do not index this package - it is not loadable via "use"
Karen Etheridge [Tue, 27 Jun 2017 21:28:58 +0000 (14:28 -0700)]
lib/Catalyst/Authentication/Credential/HTTP.pm

index b11d1bd..ec82bb6 100644 (file)
@@ -375,7 +375,8 @@ sub store_digest_authorization_nonce {
     return $c->cache->set( $key, $nonce );
 }
 
-package Catalyst::Authentication::Credential::HTTP::Nonce;
+package # hide from PAUSE
+    Catalyst::Authentication::Credential::HTTP::Nonce;
 
 use strict;
 use base qw[ Class::Accessor::Fast ];