From: Karen Etheridge Date: Tue, 27 Jun 2017 20:38:41 +0000 (-0700) Subject: remove $VERSION from secondary package X-Git-Tag: v1.017~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Credential-HTTP.git;a=commitdiff_plain;h=6f26e7937e69825c731cca273882007ba5d59701 remove $VERSION from secondary package --- diff --git a/lib/Catalyst/Authentication/Credential/HTTP.pm b/lib/Catalyst/Authentication/Credential/HTTP.pm index a8a58d5..0238c47 100644 --- a/lib/Catalyst/Authentication/Credential/HTTP.pm +++ b/lib/Catalyst/Authentication/Credential/HTTP.pm @@ -379,8 +379,6 @@ use strict; use base qw[ Class::Accessor::Fast ]; use Data::UUID (); -our $VERSION = '0.02'; - __PACKAGE__->mk_accessors(qw[ nonce nonce_count qop opaque algorithm ]); sub new {