Thu, 25 Apr 2024 03:53:58 UTC | login

Information for build perl-common-sense-3.6-6.el7

ID882
Package Nameperl-common-sense
Version3.6
Release6.el7
Epoch
Summary"Common sense" Perl defaults
DescriptionThis 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);
Built bybstinson
State complete
Volume DEFAULT
StartedTue, 24 Mar 2015 21:59:58 UTC
CompletedTue, 24 Mar 2015 22:02:32 UTC
Taskbuild (bananas7-el7, perl-common-sense-3.6-6.el7.src.rpm)
Tags
atomic7-testing
bananas7-testing
RPMs
src
perl-common-sense-3.6-6.el7.src.rpm (info) (download)
noarch
perl-common-sense-3.6-6.el7.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 3.6-5 - Perl 5.18 rebuild * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Thu Jun 28 2012 Petr Pisar <ppisar@redhat.com> - 3.6-2 - Perl 5.16 rebuild * Sun Jun 17 2012 Paul Howarth <paul@city-fan.org> - 3.6-1 - 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 * Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 3.5-2 - Perl 5.16 rebuild * Sat Mar 24 2012 Paul Howarth <paul@city-fan.org> - 3.5-1 - 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 * Sat Jan 21 2012 Paul Howarth <paul@city-fan.org> - 3.4-5 - Obsolete/provide old -tests subpackage to support upgrades * Thu Jan 19 2012 Paul Howarth <paul@city-fan.org> - 3.4-4 - 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 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 3.4-2 - Perl mass rebuild * Sat May 07 2011 Iain Arnell <iarnell@gmail.com> - 3.4-1 - Update to latest upstream version * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Sat Dec 18 2010 Iain Arnell <iarnell@gmail.com> - 3.3-1 - Update to latest upstream version - Clean up spec for modern rpmbuild * Wed Dec 15 2010 Marcela Maslanova <mmaslano@redhat.com> - 3.0-3 - Rebuild to fix problems with vendorarch/lib (#661697) * Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 3.0-2 - Mass rebuild with perl 5.12.0 * Sun Mar 14 2010 Chris Weyl <cweyl@alumni.drew.edu> - 3.0-1 - Update by Fedora::App::MaintainerTools 0.006 - PERL_INSTALL_ROOT => DESTDIR - Updating to latest GA CPAN version (3.0) * Fri Dec 04 2009 Stepan Kasal <skasal@redhat.com> - 1.0-3 - Rebuild against perl 5.10.1 * Sun Sep 27 2009 Chris Weyl <cweyl@alumni.drew.edu> - 1.0-2 - Update summary (though now we deviate from upstream) * Mon Aug 31 2009 Chris Weyl <cweyl@alumni.drew.edu> - 1.0-1 - Auto-update to 1.0 (by cpan-spec-update 0.01) * Fri Aug 21 2009 Chris Weyl <cweyl@alumni.drew.edu> - 0.04-0 - Initial RPM packaging - Generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)