Result for 65FC5C0D0AB82DAC835450DE22FBF58DE5FBCB0A

Query result

Key Value
FileName./usr/share/doc/libtest-filename-perl/README
FileSize2806
MD51E6F70C78A862F91EFFD63FCB2C0253A
SHA-165FC5C0D0AB82DAC835450DE22FBF58DE5FBCB0A
SHA-2561CD169B676F2B591CABEC12D94DC2C96EBFFB0B7793E2E9FB488928280B1EFD1
SSDEEP48:NpvqLLNAN6VMG1yEc9WvG2NydXTZCExZYVuq/mG62N2UT5Y9ALrsYT01:vCfK8VMGEE6m5cd9CExzz2NZT5Y9mIGs
TLSHT14351870E5188615B8B0617F27FDB54E5AB05C8FF93C203487C9D51480F37B1967EEA64
hashlookup:parent-total21
hashlookup:trust100

Network graph view

Parents (Total: 21)

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

Key Value
MD5C64D90B57C185A53665EFDE67267059D
PackageArchnoarch
PackageDescriptionThis simple module provides some handy functions to convert all those path separators automatically so filename tests will just DWIM.
PackageMaintainerFedora Project
PackageNameperl-Test-Filename
PackageRelease15.fc34
PackageVersion0.03
SHA-1031AC3A81CE36EFAB39A24F732ACEC94691069A8
SHA-256ED8740E7CCBABC350D7000A5BE146BE85EC93236424AC42DFFFD090726EF29F7
Key Value
MD5B9B239718AA2EDBF753AE907CB2A97A7
PackageArchnoarch
PackageDescriptionThis simple module provides some handy functions to convert all those path separators automatically so filename tests will just DWIM.
PackageMaintainerFedora Project
PackageNameperl-Test-Filename
PackageRelease14.fc33
PackageVersion0.03
SHA-10717CB0A48C480BCD386B60E73C99E6ADEC384B1
SHA-25676D8AD3D746D4558FD813B8D89A31478F5523023BADBB4735E35BE0D1CFC2BAF
Key Value
MD531F4D8A42A31540BBC104FB38551C502
PackageArchnoarch
PackageDescriptionMany cross-platform test failures -- particularly on Win32 -- are due to hard-coded file paths being used in comparison tests. my $file = get_file(); # returns "foo\bar.t"; is( $file, "foo/bar.t" ); # fails on Win32 This simple module provides some handy functions to convert all those path separators automatically so filename tests will just DWIM. The alternative is to write your own utility subroutine and use it everywhere or just keep on littering your test code with calls to File::Spec -- yuck! is( $file, File::Spec->canonpath("some/path"), "should pass" ); Since this module is so simple, you might not think it worth including as a dependency. After all, it's not _that_ hard to always remember to use the File::Spec manpage, the Path::Tiny manpage or some other file utility, right? But odds are that, at some point, you'll be so busy writing tests that you'll forget and hard-code a path in your haste to show what a clever programmer you are. So just use this module and stop worrying about it. You'll be happier and so will anyone trying to install your modules on Win32.
PackageNameperl-Test-Filename
PackageReleaselp151.1.1
PackageVersion0.03
SHA-1075525D61AD53E34CE8E667F12F6C5865C0ED5F1
SHA-256CB5DC7041B498CC4BB54BC08FC4BE12DE2B940CAFA222D9B97A3776D0041ED37
Key Value
FileSize7508
MD501A116E7D6BE409962A3C3628C7659C3
PackageDescriptionportable filename comparison Many cross-platform test failures -- particularly on Win32 -- are due to hard-coded file paths being used in comparison tests. . my $file = get_file(); # returns "foo\bar.t"; is( $file, "foo/bar.t" ); # fails on Win32 . Test::Filename provides some handy functions to convert all those path separators automatically so filename tests will just DWIM. . The alternative is to write your own utility subroutine and use it everywhere or just keep on littering your test code with calls to File::Spec -- yuck! . is( $file, File::Spec->canonpath("some/path"), "should pass" ); . Since this module is so simple, you might not think it worth including as a dependency. After all, it's not that hard to always remember to use File::Spec, Path::Tiny or some other file utility, right? But odds are that, at some point, you'll be so busy writing tests that you'll forget and hard-code a path in your haste to show what a clever programmer you are. . So just use this module and stop worrying about it. You'll be happier and so will anyone trying to install your modules on Win32.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibtest-filename-perl
PackageSectionperl
PackageVersion0.03-1.1
SHA-10AB95940D2C0F21E9F1D402B7E2079C965A3BFD5
SHA-256188A374153350EF9B2BD24F52145EB4D9A6C6CA364A4F2B40A13E302C0AD229D
Key Value
MD54121913191D189110E2752C7C92FC01C
PackageArchnoarch
PackageDescriptionMany cross-platform test failures -- particularly on Win32 -- are due to hard-coded file paths being used in comparison tests. my $file = get_file(); # returns "foo\bar.t"; is( $file, "foo/bar.t" ); # fails on Win32 This simple module provides some handy functions to convert all those path separators automatically so filename tests will just DWIM.
PackageMaintainerumeabot <umeabot>
PackageNameperl-Test-Filename
PackageRelease10.mga9
PackageVersion0.30.0
SHA-12B17E6B37C0E20CE3C68F286FBEA8F33CC2191D1
SHA-25635A2650BBF775CDEFF1F93B1BA69B486AC89E92E9A90098E738C9D5F863330AF
Key Value
MD5A5FDEC18E3D18C6D59E1FF9917988373
PackageArchnoarch
PackageDescriptionMany cross-platform test failures -- particularly on Win32 -- are due to hard-coded file paths being used in comparison tests. my $file = get_file(); # returns "foo\bar.t"; is( $file, "foo/bar.t" ); # fails on Win32 This simple module provides some handy functions to convert all those path separators automatically so filename tests will just DWIM. The alternative is to write your own utility subroutine and use it everywhere or just keep on littering your test code with calls to File::Spec -- yuck! is( $file, File::Spec->canonpath("some/path"), "should pass" ); Since this module is so simple, you might not think it worth including as a dependency. After all, it's not _that_ hard to always remember to use File::Spec, Path::Tiny or some other file utility, right? But odds are that, at some point, you'll be so busy writing tests that you'll forget and hard-code a path in your haste to show what a clever programmer you are. So just use this module and stop worrying about it. You'll be happier and so will anyone trying to install your modules on Win32.
PackageNameperl-Test-Filename
PackageRelease1.37
PackageVersion0.03
SHA-133F1D461521A3F6E3825B8782EE95F5F965ABDDA
SHA-256821D95170A0FA7463981BA104340F3FF7E78CEF9C479C2760B697113C81CDEE6
Key Value
MD5895086B3384FA386C9CA76A10B477B4F
PackageArchnoarch
PackageDescriptionMany cross-platform test failures -- particularly on Win32 -- are due to hard-coded file paths being used in comparison tests. my $file = get_file(); # returns "foo\bar.t"; is( $file, "foo/bar.t" ); # fails on Win32 This simple module provides some handy functions to convert all those path separators automatically so filename tests will just DWIM. The alternative is to write your own utility subroutine and use it everywhere or just keep on littering your test code with calls to File::Spec -- yuck! is( $file, File::Spec->canonpath("some/path"), "should pass" ); Since this module is so simple, you might not think it worth including as a dependency. After all, it's not _that_ hard to always remember to use the File::Spec manpage, the Path::Tiny manpage or some other file utility, right? But odds are that, at some point, you'll be so busy writing tests that you'll forget and hard-code a path in your haste to show what a clever programmer you are. So just use this module and stop worrying about it. You'll be happier and so will anyone trying to install your modules on Win32.
PackageNameperl-Test-Filename
PackageReleaselp153.1.9
PackageVersion0.03
SHA-140101995260E30E0E86030F4AD2EB8964E8D448A
SHA-256C1A538C52D07541F976184AF48E8CC9EDDE1A2B99E789F7ABA1464E9F1B646E3
Key Value
MD5F14BD800D2A26AF307A596D8E3FE2F2B
PackageArchnoarch
PackageDescriptionMany cross-platform test failures -- particularly on Win32 -- are due to hard-coded file paths being used in comparison tests. my $file = get_file(); # returns "foo\bar.t"; is( $file, "foo/bar.t" ); # fails on Win32 This simple module provides some handy functions to convert all those path separators automatically so filename tests will just DWIM. The alternative is to write your own utility subroutine and use it everywhere or just keep on littering your test code with calls to File::Spec -- yuck! is( $file, File::Spec->canonpath("some/path"), "should pass" ); Since this module is so simple, you might not think it worth including as a dependency. After all, it's not _that_ hard to always remember to use the File::Spec manpage, the Path::Tiny manpage or some other file utility, right? But odds are that, at some point, you'll be so busy writing tests that you'll forget and hard-code a path in your haste to show what a clever programmer you are. So just use this module and stop worrying about it. You'll be happier and so will anyone trying to install your modules on Win32.
PackageNameperl-Test-Filename
PackageRelease1.3
PackageVersion0.03
SHA-142B532DD87DDF6DD47612487290362CB462D2AF5
SHA-2566DA268EB928D6FD00B8889A012E003B48F7530AD8066DDEC6008DBED721FD6B1
Key Value
MD5FE0FD72A7D3BB0639DA7F9158DEF2981
PackageArchnoarch
PackageDescriptionMany cross-platform test failures -- particularly on Win32 -- are due to hard-coded file paths being used in comparison tests. my $file = get_file(); # returns "foo\bar.t"; is( $file, "foo/bar.t" ); # fails on Win32 This simple module provides some handy functions to convert all those path separators automatically so filename tests will just DWIM. The alternative is to write your own utility subroutine and use it everywhere or just keep on littering your test code with calls to File::Spec -- yuck! is( $file, File::Spec->canonpath("some/path"), "should pass" ); Since this module is so simple, you might not think it worth including as a dependency. After all, it's not _that_ hard to always remember to use the File::Spec manpage, the Path::Tiny manpage or some other file utility, right? But odds are that, at some point, you'll be so busy writing tests that you'll forget and hard-code a path in your haste to show what a clever programmer you are. So just use this module and stop worrying about it. You'll be happier and so will anyone trying to install your modules on Win32.
PackageNameperl-Test-Filename
PackageRelease1.1
PackageVersion0.03
SHA-1530CD730408FAB682EB597F6F4625BB445D80B45
SHA-25628B41C1DAAF7D44F53D6DCCFA04B29D73C3E9361B104C544246390B6DA06697E
Key Value
MD5E30B4FDF336092A6E04FAC374A252D38
PackageArchnoarch
PackageDescriptionMany cross-platform test failures -- particularly on Win32 -- are due to hard-coded file paths being used in comparison tests. my $file = get_file(); # returns "foo\bar.t"; is( $file, "foo/bar.t" ); # fails on Win32 This simple module provides some handy functions to convert all those path separators automatically so filename tests will just DWIM. The alternative is to write your own utility subroutine and use it everywhere or just keep on littering your test code with calls to File::Spec -- yuck! is( $file, File::Spec->canonpath("some/path"), "should pass" ); Since this module is so simple, you might not think it worth including as a dependency. After all, it's not _that_ hard to always remember to use the File::Spec manpage, the Path::Tiny manpage or some other file utility, right? But odds are that, at some point, you'll be so busy writing tests that you'll forget and hard-code a path in your haste to show what a clever programmer you are. So just use this module and stop worrying about it. You'll be happier and so will anyone trying to install your modules on Win32.
PackageNameperl-Test-Filename
PackageRelease1.60
PackageVersion0.03
SHA-175723997BC247B0DAC310D580C946C8EA9BD60A8
SHA-2560356D9F91E6E04746B2978280B5312AD2A5D7D10FC35D035A784D324D1591ABF