File: control

package info (click to toggle)
libmodern-perl-perl 1.20120521-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 116 kB
  • sloc: perl: 289; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,774 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Source: libmodern-perl-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
 perl (>= 5.11.4) | libmodule-build-perl (>= 0.360100)
Build-Depends-Indep: perl,
 perl (>= 5.13.11) | libtest-simple-perl (>= 0.98),
 perl (>= 5.13.3) | libautodie-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
 gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/pkg-perl/packages/libmodern-perl-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodern-perl-perl.git
Homepage: http://search.cpan.org/dist/Modern-Perl/

Package: libmodern-perl-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
 perl (>= 5.13.3) | libautodie-perl
Replaces: libmodern-perl (<< 1.03-3)
Breaks: libmodern-perl (<< 1.03-3)
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:
 .
    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.
 .
 See http://www.modernperlbooks.com/mt/2009/01/toward-a-modernperl.html for
 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.