Paketname | libmodern-perl-perl |
Beschreibung | Enable all of the features of Modern Perl with one command |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.03-3 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 64 Byte |
Hängt ab von | perl |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 7434 Byte |
Prüfsumme MD5 | e859bc60768d4259584336c88da52929 |
Prüfsumme SHA1 | 82bf359ad44cf132a726cfec0d0952da26de4858 |
Prüfsumme SHA256 | 8b3ad1e0ac4935ee35b12f5d92ee7bf7cdd566ffcc5d2af8cd0046dc6771e88e |
Link zum Herunterladen | libmodern-perl-perl_1.03-3_all.deb |
Ausführliche Beschreibung | 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;
.
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.
.
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.
|