| Name: | perl-common-sense |
|---|---|
| Version: | 3.6 |
| Release: | 4.el7 |
| Architecture: | noarch |
| Group: | Development/Libraries |
| Size: | 47398 |
| License: | GPL+ or Artistic |
| RPM: | perl-common-sense-3.6-4.el7.noarch.rpm |
| Source RPM: | perl-common-sense-3.6-4.el7.src.rpm |
| Build Date: | Thu Oct 26 2017 |
| Build Host: | x86-ol7-builder-01.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://search.cpan.org/dist/common-sense |
| Summary: | "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: It's supposed to be mostly the same, with much lower memory usage, as: use utf8; use strict qw(vars subs); use feature qw(say state switch); use feature qw(unicode_strings unicode_eval current_sub fc evalbytes); no feature qw(array_base); no warnings; use warnings qw(FATAL closed threads internal debugging pack portable prototype inplace io pipe unpack malloc deprecated glob digit printf layer reserved taint closure semicolon); no warnings qw(exec newline unopened); |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Perl 5.16 rebuild
- Update to 3.6:
- Work around more 5.16 breakage - $^H doesn't work as nicely as P5P make
you believe
- Add features: unicode_strings current_sub fc evalbytes
- Disable features: array_base
- Perl 5.16 rebuild
- 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
- Obsolete/provide old -tests subpackage to support upgrades
- Reinstate compatibility with older distributions like EL-5 - Drop -tests subpackage (general lack of interest in this), but include them as documentation for the main package - Don't use macros for commands - Make %files list more explicit - Use tabs
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Perl mass rebuild