[SCM] Debian packaging of Mojolicious-Plugin-Bcrypt CPAN distribution branch, master, updated. 7a1974d97518a581c0dcfc53ed2f13ae16ec0259

Oleg Gashev oleg at gashev.net
Mon Mar 25 13:57:29 UTC 2013


The following commit has been merged in the master branch:
commit 7a1974d97518a581c0dcfc53ed2f13ae16ec0259
Author: Oleg Gashev <oleg at gashev.net>
Date:   Mon Mar 25 09:56:46 2013 -0400

    Updated short and long descriptions.

diff --git a/debian/control b/debian/control
index c9a4079..54530e1 100644
--- a/debian/control
+++ b/debian/control
@@ -16,26 +16,8 @@ Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  libcrypt-eksblowfish-perl,
  libmojolicious-perl
-Description: bcrypt your passwords!
- Provides a helper for crypting and validating passwords via bcrypt.
- .
- $self->plugin('bcrypt', { cost => 4 });
- Optional parameter cost is a non-negative integer controlling the cost of the
- hash function. The number of operations is proportional to 2^cost. The
- current default value is 6.
- .
- Helpers
- .
- bcrypt
- .
- $self->bcrypt( $password, $settings );
- .
- $settings is an optional string which encodes the algorithm parameters, as
- described in Crypt::Eksblowfish::Bcrypt.
- .
- bcrypt_validate
- .
- Validates a password against a crypted copy (for example from your database).
- .
- $self->bcrypt_validate( $entered_pass, $crypted_pass )
+Description: module to bcrypt passwords for Mojolicious
+ Mojolicious::Plugin::Bcrypt module provides a helper for crypting and
+ validating passwords via bcrypt algorithm inside Your mojolicious web
+ application.
 

-- 
Debian packaging of Mojolicious-Plugin-Bcrypt CPAN distribution



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