Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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.3-2.fc15.src
[16 KiB] |
Changelog
by Fedora Release Engineering (2011-02-09):
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|