[libperl6-say-perl] 10/15: Improve short/long description.

gregor herrmann gregoa at debian.org
Sat Aug 15 19:05:53 UTC 2015


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

gregoa pushed a commit to branch master
in repository libperl6-say-perl.

commit 711089100f915b2b065e9299a5d020a9140b9302
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Aug 15 20:55:19 2015 +0200

    Improve short/long description.
---
 debian/control | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 7c05e17..2d7d74d 100644
--- a/debian/control
+++ b/debian/control
@@ -15,9 +15,12 @@ Package: libperl6-say-perl
 Architecture: all
 Depends: ${perl:Depends},
          ${misc:Depends}
-Description: print -- but no newline needed
- Implements a close simulation of the say function in Perl 6, which
+Description: module to print without newline needed
+ Perl6::Say implements a close simulation of the say function in Perl 6, which
  acts like print but automatically appends a newline.
  .
  Use it just like print (except that it only supports the indirect
  object syntax when the stream is a bareword).
+ .
+ Since perl 5.10, you don't need this module.  The Perl 6 say function is
+ available in Perl 5.10 by saying "use feature 'say';".

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



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