Jump to letter: [
34ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-common-sense - "Common sense" Perl defaults
- Description:
This module implements some sane defaults for Perl programs, as defined
by two typical (or not so typical - use your common sense) specimens of
Perl coders:
use strict qw(vars subs);
use feature qw(say state switch);
no warnings;
Packages
perl-common-sense-3.0-1.el6.src
[15 KiB] |
Changelog
by Chris Weyl (2010-03-14):
- update by Fedora::App::MaintainerTools 0.006
- PERL_INSTALL_ROOT => DESTDIR
- updating to latest GA CPAN version (3.0)
|