[libbson-perl] 04/09: Update short and long description

Nuno Carvalho smash at cpan.org
Wed Sep 6 14:21:09 UTC 2017


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

mestre-guest pushed a commit to branch master
in repository libbson-perl.

commit 023526c1bd7c54f7da22eef1e1346172881005a1
Author: Nuno Carvalho <smash at cpan.org>
Date:   Wed Sep 6 14:43:43 2017 +0100

    Update short and long description
---
 debian/control | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/debian/control b/debian/control
index a49ae97..40ce851 100644
--- a/debian/control
+++ b/debian/control
@@ -26,22 +26,11 @@ Depends: ${misc:Depends},
          libmoo-perl (>= 2.002004),
          libnamespace-clean-perl,
          libtie-ixhash-perl
-Description: BSON serialization and deserialization
+Description: BSON serialization and deserialization for Perl
  This class implements a BSON encoder/decoder ("codec"). It consumes
  "documents" (typically hash references) and emits BSON strings and vice versa
- in accordance with the BSON Specification|http://bsonspec.org.
+ in accordance with the BSON Specification (http://bsonspec.org).
  .
  BSON is the primary data representation for MongoDB. While this module has
  several features that support MongoDB-specific needs and conventions, it can
  be used as a standalone serialization format.
- .
- The codec may be customized through attributes on the codec option as well as
- encode/decode specific options on methods:
- .
- my $codec = BSON->new( \%global_attributes );
- .
- my $bson = $codec->encode_one( $document, \%encode_options );
- .
- my $doc = $codec->decode_one( $bson , \%decode_options );
- .
- This description was automagically extracted from the module by dh-make-perl.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libbson-perl.git



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