-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[libtest-perl-critic-perl] lintian FTBFS with new version #5
Comments
Since I just ran into this issue with another project again, here's the Test::Critic::Perl-relevant part of my analysis on the culprit as posted in the mentioned Debian bug report back then:
|
Can someone please describe the problem? I'm seeing all these code examples, but I don't understand what you're seeing. What is the behavior you're seeing and what are you expecting it to be doing instead? |
Embedding I might come up with a full working example later, if the above explanation doesn't suffice. |
I suspect this is corrected by the fix to #9 I tested it with and without MCE and both permutations work Test file below: use Test::More; my @libs = qw!/home/eadjei/lib_1/ /home/eadjei/cvl/lib_2/!; for my $lib( @libs ){
} |
On Wed, 17 Jan 2018 11:33:40 -0800, Ed wrote:
I suspect this is corrected by the fix to #9
I tested it with and without MCE and both permutations work
Great.
Lokking forward to the next Test::Perl::Critic release with this fix.
Cheers,
gregor
…--
.''`. https://info.comodo.priv.at -- Debian Developer https://www.debian.org
: :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D 85FA BB3A 6801 8649 AA06
`. `' Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
`- NP: Townes Van Zandt: For the Sake of the Song
|
We have the following bug reported to the Debian package of
Test-Perl-Critic (https://bugs.debian.org/795716):
It doesn't seem to be a bug in the packaging, so you may want to take
a look. Thanks!
(Summarising the relevant part from the bug log)
Thanks for considering,
gregor herrmann,
Debian Perl Group
The text was updated successfully, but these errors were encountered: