Description of problem: cloc 1.64 is not compatible with Perl 5.22. when run cloc 1.64 in a linux source tree, I met the following problem: "my" variable $begin masks earlier declaration in same scope at /tmp/t_Koczcsj_/Regexp/Common/comment.pm line 204. "my" variable $end masks earlier declaration in same scope at /tmp/t_Koczcsj_/Regexp/Common/comment.pm line 204. "my" variable @generic masks earlier declaration in same scope at /tmp/t_Koczcsj_/Regexp/Common/comment.pm line 214. Use of my $_ is experimental at /tmp/t_Koczcsj_/Regexp/Common/comment.pm line 215. "my" variable $group masks earlier declaration in same statement at /tmp/t_Koczcsj_/Regexp/Common/comment.pm line 215. Use of my $_ is experimental at /tmp/t_Koczcsj_/Regexp/Common/comment.pm line 216. "my" variable $_ masks earlier declaration in same statement at /tmp/t_Koczcsj_/Regexp/Common/comment.pm line 216. "my" variable $group masks earlier declaration in same statement at /tmp/t_Koczcsj_/Regexp/Common/comment.pm line 216. Use of my $_ is experimental at /tmp/t_Koczcsj_/Regexp/Common/comment.pm line 217. "my" variable $_ masks earlier declaration in same statement at /tmp/t_Koczcsj_/Regexp/Common/comment.pm line 217. "my" variable $group masks earlier declaration in same statement at /tmp/t_Koczcsj_/Regexp/Common/comment.pm line 217. Can't create unknown regex: $RE{comment}{C} at /usr/bin/cloc line 8263. I tried the new version cloc 1.66 and the problem is gone. In the release note of cloc 1.66 (https://github.com/AlDanial/cloc/releases/download/v1.66/release_notes-1.66.txt) it says > o Changes to support Perl v5.22: > * Remove references to deprecated "defined(@array)". > * Remove "no warnings 'deprecated'" as it is no longer needed. As the perl in Fedora 24 is v5.22, I think we should upgrade cloc to 1.66 too. Version-Release number of selected component (if applicable): cloc-1.64-3.fc24.noarch perl-5.22.1-358.fc24.x86_64 How reproducible: Steps to Reproduce: 1. git clone https://github.com/torvalds/linux 2. cd linux && cloc . Actual results: "my" variable $begin masks earlier declaration in same scope at /tmp/t_Koczcsj_/Regexp/Common/comment.pm line 204. "my" variable $end masks earlier declaration in same scope at /tmp/t_Koczcsj_/Regexp/Common/comment.pm line 204. "my" variable @generic masks earlier declaration in same scope at /tmp/t_Koczcsj_/Regexp/Common/comment.pm line 214. Use of my $_ is experimental at /tmp/t_Koczcsj_/Regexp/Common/comment.pm line 215. "my" variable $group masks earlier declaration in same statement at /tmp/t_Koczcsj_/Regexp/Common/comment.pm line 215. Use of my $_ is experimental at /tmp/t_Koczcsj_/Regexp/Common/comment.pm line 216. "my" variable $_ masks earlier declaration in same statement at /tmp/t_Koczcsj_/Regexp/Common/comment.pm line 216. "my" variable $group masks earlier declaration in same statement at /tmp/t_Koczcsj_/Regexp/Common/comment.pm line 216. Use of my $_ is experimental at /tmp/t_Koczcsj_/Regexp/Common/comment.pm line 217. "my" variable $_ masks earlier declaration in same statement at /tmp/t_Koczcsj_/Regexp/Common/comment.pm line 217. "my" variable $group masks earlier declaration in same statement at /tmp/t_Koczcsj_/Regexp/Common/comment.pm line 217. Can't create unknown regex: $RE{comment}{C} at /usr/bin/cloc line 8263. Expected results: Output the line count. Additional info: None
Upstream moved from SourceForge to GitHub as advertised on <https://sourceforge.net/projects/cloc/>. I updated the release monitoring setting.
cloc-1.66-1.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-0526bc3356
cloc-1.66-1.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2016-eb9a871511
cloc-1.66-1.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-75ecd1ffab
cloc-1.66-1.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-eb9a871511
cloc-1.66-1.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-0526bc3356
cloc-1.66-1.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-75ecd1ffab
Why isn't this update pushed to Fedora 24 testing repository?
cloc-1.66-1.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report.
cloc-1.66-1.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.
cloc-1.66-1.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report.