bump version to 1.017
Karen Etheridge [Tue, 27 Jun 2017 20:37:56 +0000 (13:37 -0700)]
.gitignore
lib/Catalyst/Authentication/Credential/HTTP.pm

index f26dfec..a95398b 100644 (file)
@@ -1,10 +1,6 @@
-Catalyst-Authentication-Credential-HTTP-*
-MANIFEST
-MANIFEST.bak
-META.yml
-MYMETA.json
-MYMETA.yml
-Makefile
-inc/
-blib/
-pm_to_blib
+/.ackrc
+/.build/
+!/.gitignore
+/.latest
+/Catalyst-Authentication-Credential-HTTP-*/
+/Catalyst-Authentication-Credential-HTTP-*.tar.gz
index e31b703..a8a58d5 100644 (file)
@@ -23,7 +23,7 @@ __PACKAGE__->mk_accessors(qw/
     broken_dotnet_digest_without_query_string
 /);
 
-our $VERSION = '1.016';
+our $VERSION = '1.017';
 
 sub new {
     my ($class, $config, $app, $realm) = @_;