Result for 5C43570A7C0CAD89F80B9F45B4CF90F2A9CB84AC

Query result

Key Value
FileName./usr/share/doc/packages/perl-Perl-Critic-Policy-Variables-NameReuse/README
FileSize1402
MD597E8787DE8796DFEBF7C171D79F84498
SHA-15C43570A7C0CAD89F80B9F45B4CF90F2A9CB84AC
SHA-25675467E868EDFB59ABFCC1245C7B429D538AE583FE3B024FA30AF2DB94DF76DEA
SSDEEP24:m1uHoo6V2gUrBZePN9BtlHEg6Z75J406pZkMRgE6oHWLF397WcetK:CuHCEv7ePHfaS1gE6I03ZvetK
TLSHT1B321FC2925CA632813C4EFBF0AD6434A752710DB525532527C9C538D4F4990DD6EECE5
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