Result for CA71CCB38F46D251F1F881B079DD9C3075A7048A

Query result

Key Value
FileName./usr/share/doc/packages/perl-Perl-Critic-Policy-Variables-NameReuse/Changes
FileSize52
MD55C86F32E0D54CDCCBFCCA5B972227F9B
SHA-1CA71CCB38F46D251F1F881B079DD9C3075A7048A
SHA-2568AEC2F912767DAC739340C5AA56FAA7FFB9E646488E88FEBA17478B5A62AE737
SSDEEP3:UVLNI0Jc2R4wGRLS:UBf4PS
TLSHT1FA900204A85C408819514083702C60108616705D5B21421C5B0884980A074722B27921
hashlookup:parent-total1
hashlookup:trust55

Network graph view

Parents (Total: 1)

The searched file hash is included in 1 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
MD549189FA2DD4A9AB86B4B5C62DA4B2BB9
PackageArchnoarch
PackageDescriptionThis policy checks for the existence of multiple variables with the same name in a file. This can be confusing especially when accessing elements of variables or using list or key-value slices. For example, the code could access both '$foo' and '$foo[0]' but these actually refer to the unrelated variables '$foo' and '@foo'. my $foo = @foo; # not ok my @bar = @bar{'a','b'}; # not ok my $count = @foo; # ok my @values = @bar{'a','b'}; # ok
PackageNameperl-Perl-Critic-Policy-Variables-NameReuse
PackageRelease1.27
PackageVersion0.1.0
SHA-1AFA303DBD99424DD9A8EF259107A62099168EC54
SHA-256290A168070D2360E039AB89E2AA7469C376B91FBB918FEA8C7CED050EB00F03F