Sun, 12 May 2024 05:56:12 UTC | login

Information for build perl-Test-Vars-0.014-7.fc29

ID51569
Package Nameperl-Test-Vars
Version0.014
Release7.fc29
Epoch
SummaryDetects unused variables
DescriptionTest::Vars finds unused variables in order to keep the source code tidy.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 12 Jul 2018 23:44:28 UTC
CompletedThu, 12 Jul 2018 23:44:28 UTC
Tags
f29
RPMs
src
perl-Test-Vars-0.014-7.fc29.src.rpm (info) (download)
noarch
perl-Test-Vars-0.014-7.fc29.noarch.rpm (info) (download)
Changelog * Sun Jul 01 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.014-7 - Perl 5.28 re-rebuild of bootstrapped packages * Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.014-6 - Perl 5.28 rebuild * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.014-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.014-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.014-3 - Perl 5.26 re-rebuild of bootstrapped packages * Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.014-2 - Perl 5.26 rebuild * Wed Apr 12 2017 Paul Howarth <paul@city-fan.org> - 0.014-1 - Update to 0.014 - Fixed a bug where false positives were reported for some code constructs where a variable was used on the right side of an lvalue-expression - Drop redundant Group: tag * Fri Mar 17 2017 Paul Howarth <paul@city-fan.org> - 0.013-1 - Update to 0.013 - Worked around a very weird bug with B's handling of multideref aux_list values on 5.22 and 5.24. This could cause a warning like "Use of uninitialized value $i in array element at lib/Test/Vars.pm line ..." when testing certain Perl constructs for unused vars; this appears to be fixed in blead's B * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.012-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sun Dec 11 2016 Paul Howarth <paul@city-fan.org> - 0.012-1 - Update to 0.012 - On Perl 5.22+, variables used in a substitution operator ($foo =~ s/foo/bar/) would be ignored (GH#28) * Mon Oct 17 2016 Paul Howarth <paul@city-fan.org> - 0.011-1 - Update to 0.011 - Fixed tests to pass on Windows (GH#26 and GH#27) - This release by DROLSKY → update source URL * Fri Jul 01 2016 Paul Howarth <paul@city-fan.org> - 0.010-1 - Update to 0.010 - Fix for pp_match in Perl 5.22+ (GH#23) - This release by GFUJI → update source URL