[libmodern-perl-perl] 05/07: Update long description.

gregor herrmann gregoa at debian.org
Sat Jan 11 23:01:00 UTC 2014


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

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

commit 96ceb0136a14d90632c09884c7eb5dd966c7b9c5
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jan 11 23:52:03 2014 +0100

    Update long description.
    
    Closes: #708239
---
 debian/control | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index ef03540..e602fab 100644
--- a/debian/control
+++ b/debian/control
@@ -30,10 +30,14 @@ Description: module for enabling all of the features of Modern Perl
     use Modern::Perl;
  .
  This enables the strict and warnings pragmas, as well as all of the features
- available in Perl 5.10. It also enables C3 method resolution order as
- documented in `perldoc mro' and loads IO::File and IO::Handle so that you may
- call methods on filehandles. In the future, it may include additional core
- modules and pragmas.
+ available since Perl 5.10.
+ .
+ For enabling features of newer Perl releases, a year can be specified as an
+ import tag, e.g.:
+ .
+    use Modern::Perl '2014';
+ .
+ enables 5.18 features. Cf. Modern::Perl(3pm) for details.
  .
  See http://www.modernperlbooks.com/mt/2009/01/toward-a-modernperl.html for
  more information, http://www.modernperlbooks.com/ for further discussion of

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



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