[SCM] Debian packaging of libmodern-perl-perl branch, master, updated. 5e909a75bb6d32619fe33b76846fd40e5b77a525

gregor herrmann gregoa at debian.org
Fri Jan 20 15:56:10 UTC 2012


The following commit has been merged in the master branch:
commit e92716a235c1fcc472bffbdcac351e0b811804ef
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jan 20 16:51:58 2012 +0100

    Improve short and update long description.

diff --git a/debian/control b/debian/control
index 650a3c3..4a2928b 100644
--- a/debian/control
+++ b/debian/control
@@ -20,18 +20,21 @@ Depends: ${perl:Depends}, ${misc:Depends},
  perl (>= 5.13.3) | libautodie-perl
 Replaces: libmodern-perl (<< 1.03-3)
 Breaks: libmodern-perl (<< 1.03-3)
-Description: Enable all of the features of Modern Perl with one command
+Description: module for enabling all of the features of Modern Perl with one command
  Modern Perl programs use several modules to enable additional features of
- Perl and of the CPAN. Instead of copying and pasting all of these use lines,
- instead write only one:
+ Perl and of the CPAN. Instead of copying and pasting all of these 'use'
+ lines, instead write only one:
  .
-     use Modern::Perl;
+    use Modern::Perl;
  .
- For now, this only 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; see perldoc mro for an explanation. In the future, it will include
- additional CPAN modules which have proven useful and stable.
+ 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.
  .
  See http://www.modernperlbooks.com/mt/2009/01/toward-a-modernperl.html for
- more information, and http://www.modernperlbooks.com/ for further discussion
- of Modern Perl and its implications.
+ more information, http://www.modernperlbooks.com/ for further discussion of
+ Modern Perl and its implications, and
+ http://onyxneon.com/books/modern_perl/index.html for a freely-downloadable
+ Modern Perl tutorial.

-- 
Debian packaging of libmodern-perl-perl



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