Key | Value |
---|---|
FileName | ./usr/share/licenses/perl-Time-Moment-Role-TimeZone/LICENSE |
FileSize | 9037 |
MD5 | 722AF8EBF540AB18E2336AC153B93EA8 |
SHA-1 | 5ED759308C4D22624A19E86E9B25FCBBB4B62E59 |
SHA-256 | F1A6978C50F2214ABDC1A8711C22CCD19CA5C983F8995AC72E18B2AC0AD2948B |
SSDEEP | 96:JzDuWTETk+wPHsre83fL7Bb/mQOL0zjePq/Ef/hQ6a8Ea69w0RR9z1dPT4fo/Bob:JGF77LJmDVV69wef5dPhBq0Kw5EP |
TLSH | T11F12977F778803F205C106AAB725B5DEE37D602E3672005534AEC22C2B1AD6993B75ED |
hashlookup:parent-total | 12 |
hashlookup:trust | 100 |
The searched file hash is included in 12 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | 133715224D9AFD962F1432287971D817 |
PackageArch | noarch |
PackageDescription | This Perl module provides an FFI interface to several system calls related to Unix groups, including getgroups(2), setgroups(2), getgrouplist(3), and initgroups(3). |
PackageMaintainer | Fedora Project |
PackageName | perl-Unix-Groups-FFI |
PackageRelease | 2.fc32 |
PackageVersion | 1.000 |
SHA-1 | 57C7EC9D2C526E7A2CC32E0FC7056250C1A58169 |
SHA-256 | 4C65BC1BCBA9CC4B38D2E442E34E97F840DF420969AF844EA8A42EAD1FAD97D9 |
Key | Value |
---|---|
MD5 | 5DF9118A89EF92364AFCD859285C3A99 |
PackageArch | noarch |
PackageDescription | This Perl module provides an FFI interface to several system calls related to Unix groups, including getgroups(2), setgroups(2), getgrouplist(3), and initgroups(3). |
PackageMaintainer | Fedora Project |
PackageName | perl-Unix-Groups-FFI |
PackageRelease | 4.fc33 |
PackageVersion | 1.000 |
SHA-1 | 1ECEF0909A745135204FA855F8F77DDEDD46713E |
SHA-256 | 50FEAF2F69E0246E7ADB7626D751A62C8A1418F10934658A3DF3D23FE251D3F8 |
Key | Value |
---|---|
MD5 | F33CAFA533766C5CB677D59F4AB9DE98 |
PackageArch | noarch |
PackageDescription | Mojolicious supports deployment via a reverse proxy setup by specifying the proxy configuration option for Hypnotoad, or the 'MOJO_REVERSE_PROXY' environment variable. However, Mojo::Transaction/"remote_address" will in this case only return the most recent address from the 'X-Forwarded-For' header, as it cannot automatically determine how many remote addresses correspond to proxies. Mojolicious::Plugin::ForwardedFor can be configured with the number of reverse proxy "levels" that you control, and provides a "forwarded_for" helper method that will return the remote address at that level. It is important to set "levels" no higher than the number of proxies that will have appended addresses to the 'X-Forwarded-For' header, as the original requests can pass anything as the initial value of the header, and thus spoof additional proxy levels. Since Mojolicious 8.72, you can configure Mojo::Server::Hypnotoad/"trusted_proxies" as a more reliable alternative to the baseline reverse proxy configuration, affecting Mojo::Transaction/"remote_address" directly without need of this plugin. |
PackageName | perl-Mojolicious-Plugin-ForwardedFor |
PackageRelease | 1.15 |
PackageVersion | 0.002 |
SHA-1 | 787CEAB4BBB409B7604680EDE91537386312B625 |
SHA-256 | CAC2AF8008A27E0278E70A11B9074BCB2F5AAFAE67C4E0C6BE0FB864DF8C897C |
Key | Value |
---|---|
MD5 | BC04B86C9BAC0FDFF5A6D53202FD52AC |
PackageArch | noarch |
PackageDescription | Mojo::Promise::Role::Get is a Mojo::Promise role that adds a "get" method to facilitate the usage of asynchronous code in a synchronous manner, similar to Future/"get". Note: Like in Future, "get" cannot retrieve results when the event loop is already running, as that can recurse into the event reactor. Unlike in Future, this is true even if the promise has already been resolved or rejected, because retrieving Mojo::Promise results always requires running the event loop. |
PackageName | perl-Mojo-Promise-Role-Get |
PackageRelease | 1.12 |
PackageVersion | 0.1.3 |
SHA-1 | 1569159D7DCDD8A1CAEA2D576962E05831C1CD71 |
SHA-256 | 8FC2B39807750234E43F120AE59B80792210D2AAC859F47CD7A86BFBFB1025A4 |
Key | Value |
---|---|
MD5 | 49189FA2DD4A9AB86B4B5C62DA4B2BB9 |
PackageArch | noarch |
PackageDescription | This 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 |
PackageName | perl-Perl-Critic-Policy-Variables-NameReuse |
PackageRelease | 1.27 |
PackageVersion | 0.1.0 |
SHA-1 | AFA303DBD99424DD9A8EF259107A62099168EC54 |
SHA-256 | 290A168070D2360E039AB89E2AA7469C376B91FBB918FEA8C7CED050EB00F03F |
Key | Value |
---|---|
MD5 | 9B67639198A0693FE8B6CC430368E840 |
PackageArch | noarch |
PackageDescription | Data::Dict is a hash-based container for dictionaries, with heavy inspiration from Mojo::Collection. Unless otherwise noted, all methods iterate through keys and values in default keys order, which is random but consistent until the hash is modified. my $dict = Data::Dict->new(a => 1, b => 2, c => 3); $dict->{b} += 100; print "$_\n" for values %$dict; |
PackageName | perl-Data-Dict |
PackageRelease | 1.27 |
PackageVersion | 0.003 |
SHA-1 | F7DA0E5B9271A693EDB9FB4218FED0596FA319E9 |
SHA-256 | 40EE9465E9E3AD9DCCC4775AAA2A0B223F158F0B504BB1C52145FC4F860E24F2 |
Key | Value |
---|---|
MD5 | AA0728FDF4E073934F4B80E8022D84DF |
PackageArch | noarch |
PackageDescription | Mojo::IOLoop::Stream::Role::LineBuffer composes the method "watch_lines" which causes a Mojo::IOLoop::Stream object to emit the "read_line" event for each line received. The "write_line" method is also provided to add a line separator to the passed data before writing. |
PackageName | perl-Mojo-IOLoop-Stream-Role-LineBuffer |
PackageRelease | 1.2 |
PackageVersion | 0.009 |
SHA-1 | 15F80C551BC0ECCB784CB76F8B1A8895C27F722B |
SHA-256 | 5DFC69C08185FC716C1321A5C683564CFC9E337ED706501D8DD1992AEFEFD15F |
Key | Value |
---|---|
MD5 | 2DA87DA7A87DADAD16F3CC58EA4707C3 |
PackageArch | noarch |
PackageDescription | Installs every sub-task of Task::Kensho, a list of modules recommended by the at https://www.enlightenedperl.org. Don't use this unless you really want everything. |
PackageName | perl-Task-Kensho-All |
PackageRelease | 1.4 |
PackageVersion | 0.40 |
SHA-1 | 7DFF937A0AE103359D87B13B7A75DD427B23C528 |
SHA-256 | 897FBB8100FEFD7B37537DAE8A24DFF831F7890E53154F5C1FC7F11AEBD73A25 |
Key | Value |
---|---|
MD5 | E0C650F003DF38E6261B0DE454309BDE |
PackageArch | noarch |
PackageDescription | This role provides convenience methods to return a new Time::Moment object adjusted according to a DateTime::TimeZone/ ::Tzfile-compatible time zone object, as in Time::Moment/"TIME ZONES". See "CAVEATS" regarding usage with date math. |
PackageName | perl-Time-Moment-Role-TimeZone |
PackageRelease | 1.20 |
PackageVersion | 1.000 |
SHA-1 | 98BA31F577A6D3B21C93A9004E4E4F356FDC6343 |
SHA-256 | B9E99A44C319F5B5371F9E0414B9FDE66320E9B5D50DF7A4DE705C050B77E038 |
Key | Value |
---|---|
MD5 | 286DEF752F60FAD92AB7AD2F52870333 |
PackageArch | noarch |
PackageDescription | This module uses 'bsd_glob' from File::Glob to portably expand a leading tilde ('~') in a file path into the current or specified user's home directory. No other glob metacharacters are expanded. |
PackageName | perl-Path-ExpandTilde |
PackageRelease | 1.25 |
PackageVersion | 0.003 |
SHA-1 | 7523233CC6C9002FD3E9D7C739BBBA5B69491441 |
SHA-256 | 7EDC61D8292B05EB8C67B315A49E9A1C2A082CD7BE129CD5DA301DF2D928644F |
Key | Value |
---|---|
MD5 | F6693166DFAA50E310AD5B01BB62C8D7 |
PackageArch | noarch |
PackageDescription | This Perl module provides an FFI interface to several system calls related to Unix groups, including getgroups(2), setgroups(2), getgrouplist(3), and initgroups(3). |
PackageMaintainer | Fedora Project |
PackageName | perl-Unix-Groups-FFI |
PackageRelease | 5.fc34 |
PackageVersion | 1.000 |
SHA-1 | 612B7339BE3067C22B19CE8C837C57D07C06E19A |
SHA-256 | E92AF2DECF58F12ABE419D3D2D390A81807F85A24ECD8DF05E318872C9AA1430 |
Key | Value |
---|---|
MD5 | F297AB8B85819E700B08D6BCC6AE0C59 |
PackageArch | noarch |
PackageDescription | This module is a simple wrapper around Encode that presents "encode" and "decode" functions with straightforward behavior and error handling. See Encode::Supported for a list of supported encodings. |
PackageName | perl-Encode-Simple |
PackageRelease | 1.1 |
PackageVersion | 1.002 |
SHA-1 | 41577E4DB17C44C4F59002C9011670709A70C403 |
SHA-256 | C2701C80170AD2AE80038A11C4568255D2F2095E53A0DB9AE7CD8BCE614EAB1A |