[libhash-util-fieldhash-compat-perl] 08/10: Add module name in description
Lucas Kanashiro
kanashiro-guest at moszumanska.debian.org
Tue Sep 1 02:49:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
kanashiro-guest pushed a commit to branch master
in repository libhash-util-fieldhash-compat-perl.
commit a5c78c8f701c3ab0341c32d3a0457d249d6de9aa
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date: Mon Aug 31 23:20:57 2015 -0300
Add module name in description
---
debian/changelog | 1 +
debian/control | 10 +++++-----
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 043464b..8a410f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libhash-util-fieldhash-compat-perl (0.09-1) UNRELEASED; urgency=medium
* Bump debhelper compatibility level to 9
* Declare compliance with Debian policy 3.9.6
* Add autopkgtest-pkg-perl
+ * Add module name in description
-- Lucas Kanashiro <kanashiro.duarte at gmail.com> Mon, 31 Aug 2015 23:15:57 -0300
diff --git a/debian/control b/debian/control
index d926980..017a5bf 100644
--- a/debian/control
+++ b/debian/control
@@ -16,10 +16,10 @@ Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: Perl module providing a Hash::Util::FieldHash compatible API
- Under older perls this module provides a drop in compatible API to
- Hash::Util::FieldHash using perltie. When Hash::Util::FieldHash is available
- it will use that instead.
+ Hash::Util::FieldHash::Compat under older perls provides a drop in
+ compatible API to Hash::Util::FieldHash using perltie. When
+ Hash::Util::FieldHash is available it will use that instead.
.
This way code requiring field hashes can benefit from fast, robust field
- hashes on Perl 5.10 and newer, but still run on older perls that don't ship
- with that module.
+ hashes on Perl 5.10 and newer, but still run on older perls that don't
+ ship with that module.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhash-util-fieldhash-compat-perl.git
More information about the Pkg-perl-cvs-commits
mailing list