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.5-1.fc17.noarch
              [25 KiB] | 
            
              Changelog
              by Paul Howarth (2012-03-24):
              - Update to 3.5:
  - Localise $^W, as this causes warnings with 5.16 when some lost soul uses
    -w; common::sense doesn't support $^W, but tries to shield module authors
    and programs from its ill effects
- Don't need to remove empty directories from buildroot
- Drop %defattr, redundant since rpm 4.4
             |