[libcatalyst-authentication-store-htpasswd-perl] 02/03: New upstream release (1.004)

Christopher Hoskin christopher.hoskin at gmail.com
Wed May 18 05:44:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

grinorcole-guest pushed a commit to branch master
in repository libcatalyst-authentication-store-htpasswd-perl.

commit 787d98cc9bb51d9c420fb6622b489df8bf6b9a09
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Wed May 18 06:27:45 2016 +0100

    New upstream release (1.004)
---
 debian/changelog                    |  7 +++++--
 debian/control                      |  2 +-
 debian/patches/manpage-errors.patch | 22 ++--------------------
 3 files changed, 8 insertions(+), 23 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9a114a5..66a4988 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libcatalyst-authentication-store-htpasswd-perl (1.003-2) UNRELEASED; urgency=medium
+libcatalyst-authentication-store-htpasswd-perl (1.004-1) UNRELEASED; urgency=medium
 
   [ gregor herrmann ]
   * Update Test::use::ok build dependency.
@@ -6,7 +6,10 @@ libcatalyst-authentication-store-htpasswd-perl (1.003-2) UNRELEASED; urgency=med
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
 
- -- gregor herrmann <gregoa at debian.org>  Sat, 13 Jun 2015 22:52:41 +0200
+  [ Christopher Hoskin ]
+  * New upstream release (1.004)
+
+ -- Christopher Hoskin <christopher.hoskin at gmail.com>  Tue, 17 May 2016 22:29:46 +0100
 
 libcatalyst-authentication-store-htpasswd-perl (1.003-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 871e014..0693fa3 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends-Indep: libauthen-htpasswd-perl,
  libtest-simple-perl (>= 1.001010) | libtest-use-ok-perl | perl (>= 5.21.6),
  libtest-www-mechanize-catalyst-perl,
  perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcatalyst-authentication-store-htpasswd-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcatalyst-authentication-store-htpasswd-perl.git
 Homepage: https://metacpan.org/release/Catalyst-Authentication-Store-Htpasswd
diff --git a/debian/patches/manpage-errors.patch b/debian/patches/manpage-errors.patch
index c30ae66..f193d61 100644
--- a/debian/patches/manpage-errors.patch
+++ b/debian/patches/manpage-errors.patch
@@ -1,7 +1,7 @@
 Description: Fix broken links and malformed formatting in POD
 Author: Christopher Hoskin <christopher.hoskin at gmail.com>
 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=102187
-Last-Update: 2015-02-17
+Last-Update: 2016-05-18
 
 --- a/lib/Catalyst/Authentication/Store/Htpasswd.pm
 +++ b/lib/Catalyst/Authentication/Store/Htpasswd.pm
@@ -14,7 +14,7 @@ Last-Update: 2015-02-17
  files for it's authentication storage.
  
  =head1 METHODS
-@@ -104,30 +104,31 @@
+@@ -104,15 +104,16 @@
  
  =head2 find_user
  
@@ -34,24 +34,6 @@ Last-Update: 2015-02-17
  
  =head1 CONFIGURATION
  
- =head2 file
- 
- The path to the htpasswd file. If the path starts with a slash, then it is assumed to be a fully
--qualified path, otherwise the path is fed through C< $c->path_to > and so normalised to the 
-+qualified path, otherwise the path is fed through C<< $c->path_to >> and so normalised to the
- application root.
- 
--Alternatively, it is possible to pass in an L< Authen::Htpasswd > object here, and this will be
-+Alternatively, it is possible to pass in an L<Authen::Htpasswd> object here, and this will be
- used as the htpasswd file.
- 
- =head2 user_class
- 
--Change the user class which this store returns. Defaults to L< Catalyst::Authentication::Store::Htpasswd::User >.
-+Change the user class which this store returns. Defaults to L<Catalyst::Authentication::Store::Htpasswd::User>.
- This can be used to add additional functionality to the user class by sub-classing it, but will not normally be
- needed.
- 
 --- a/lib/Catalyst/Authentication/Store/Htpasswd/User.pm
 +++ b/lib/Catalyst/Authentication/Store/Htpasswd/User.pm
 @@ -72,7 +72,7 @@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatalyst-authentication-store-htpasswd-perl.git



More information about the Pkg-perl-cvs-commits mailing list