Key | Value |
---|---|
FileName | ./usr/share/doc/perl-Devel-Autoflush/Changes |
FileSize | 783 |
MD5 | 97FE1B9888A27B395F0CA179B8553EB6 |
SHA-1 | 72AFF082F49054E7D5EBF715C2167375C64BED54 |
SHA-256 | 31ADC0FFCC833CA2229DEB55F63884C1DC098B932F1DFB4CF3E169CC5CB88155 |
SSDEEP | 12:cwjnqXbwIYp1AYZ0rggXxRmuCn2FNp/43nUvsLQuAQ1PZfWVCSz/RFjcwpAOsa2:cwrqrPYXXyrmu/m3UvsLQuA0+ZFjcCAP |
TLSH | T16D01252612B924D977D100D3E7D27AD552B6F04FC14A7D547CDC014D4F1D688AB74154 |
hashlookup:parent-total | 30 |
hashlookup:trust | 100 |
The searched file hash is included in 30 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | B9AE5596813ED8D49AA38A530291C736 |
PackageArch | noarch |
PackageDescription | This module is a hack to set autoflush for STDOUT and STDERR from the command line or from PERL5OPT for code that needs it but doesn't have it. |
PackageMaintainer | Fedora Project |
PackageName | perl-Devel-Autoflush |
PackageRelease | 20.fc34 |
PackageVersion | 0.06 |
SHA-1 | 05F33CFAD0E14A7B3B60AB5EF621EA24B6E23396 |
SHA-256 | 9BB7C238A95FD91AD3FB5963F318F1DBCD59FB1009937A9237ACDB9A620D0255 |
Key | Value |
---|---|
MD5 | 7AF31D79D0D988EEE2D25392C3A563A5 |
PackageArch | noarch |
PackageDescription | This module is a hack to set autoflush for STDOUT and STDERR from the command line or from PERL5OPT for code that needs it but doesn't have it. |
PackageMaintainer | Fedora Project |
PackageName | perl-Devel-Autoflush |
PackageRelease | 2.fc21 |
PackageVersion | 0.06 |
SHA-1 | 09CC17C232C513123207294BD7E287D9C3A258E0 |
SHA-256 | 4F3C6D72229BB1A426EEE43FC592074DB615E001868FFD516F1C5DC0AA0A4F70 |
Key | Value |
---|---|
MD5 | C6B927E4617D0FC72762834E14435343 |
PackageArch | noarch |
PackageDescription | This module is a hack to set autoflush for STDOUT and STDERR from the command line or from PERL5OPT for code that needs it but doesn't have it. |
PackageMaintainer | Fedora Project |
PackageName | perl-Devel-Autoflush |
PackageRelease | 3.el6 |
PackageVersion | 0.06 |
SHA-1 | 0FAE042A5A1AE5C784B0F4D51F7011397AAE2E50 |
SHA-256 | 573AA645246F065B233A0AE9C85C7110A5FFD6312C8C098EF431835B6758CA5E |
Key | Value |
---|---|
MD5 | 19A0F775275DEB47E34AA04CF2E0AF11 |
PackageArch | noarch |
PackageDescription | This module is a hack to set autoflush for STDOUT and STDERR from the command line or from PERL5OPT for code that needs it but doesn't have it. |
PackageMaintainer | Fedora Project |
PackageName | perl-Devel-Autoflush |
PackageRelease | 3.fc22 |
PackageVersion | 0.06 |
SHA-1 | 1E66FFEF97D87F26BBC5776800713AD749FFE28D |
SHA-256 | 881C74B6E18040BCBB3CF6E2FE5CDE38E9629DD324C4910F8220AB90A9EDEEA4 |
Key | Value |
---|---|
MD5 | 582F006492FA384460DFC374A053C3BB |
PackageArch | noarch |
PackageDescription | This module is a hack to set autoflush for STDOUT and STDERR from the command line or from PERL5OPT for code that needs it but doesn't have it. |
PackageMaintainer | Fedora Project |
PackageName | perl-Devel-Autoflush |
PackageRelease | 3.fc22 |
PackageVersion | 0.06 |
SHA-1 | 20D94194EDA4E6E9514EB6C5DD847EA3F3FA694B |
SHA-256 | FBB9C19971CDE0ABB65D16BFC8AF0418CFC456C0107583A3D81D78A9E373A9EF |
Key | Value |
---|---|
MD5 | 4CB75F9682041671358EF7C92082FA63 |
PackageArch | noarch |
PackageDescription | This module is a hack to set autoflush for STDOUT and STDERR from the command line or from PERL5OPT for code that needs it but doesn't have it. |
PackageMaintainer | Fedora Project |
PackageName | perl-Devel-Autoflush |
PackageRelease | 3.fc22 |
PackageVersion | 0.06 |
SHA-1 | 293270285DD3BECB134EF18C456E4BCFB8D7199D |
SHA-256 | 480E52250D9E061F30EFE7C89978DB1B2FBD74681FA97F86A896A04FC2EEA882 |
Key | Value |
---|---|
MD5 | 1A02FA5B522BE46DF0456C6BD90B6012 |
PackageArch | noarch |
PackageDescription | This module is a hack to set autoflush for STDOUT and STDERR from the command line or from 'PERL5OPT' for code that needs it but doesn't have it. This often happens when prompting: print "Guess a number: "; my $n = <STDIN>; As long as the output is going to a terminal, the prompt is flushed when STDIN is read. However, if the output is being piped, the print statement will not automatically be flushed, no prompt will be seen and the program will silently appear to hang while waiting for input. This might happen with 'tee': $ perl guess.pl | tee capture.out Use Devel::Autoflush to work around this: $ perl -MDevel::Autoflush guess.pl | tee capture.out Or set it in 'PERL5OPT': $ export PERL5OPT=-MDevel::Autoflush $ perl guess.pl | tee capture.out = SEE ALSO * * the CPANPLUS::Internals::Utils::Autoflush manpage -- same idea but STDOUT only and only available as part of the full CPANPLUS distribution |
PackageName | perl-Devel-Autoflush |
PackageRelease | lp150.1.2 |
PackageVersion | 0.06 |
SHA-1 | 2D77E1EB02C1DE511768D5F5753395C04A0E73A7 |
SHA-256 | 2954C3F4E8461534D6CF9293B37CDD43589B139EC558A56C1ACAE2E38ADBD557 |
Key | Value |
---|---|
MD5 | DBD2DE3304D83EC7AAE3C4246B8FCB4D |
PackageArch | noarch |
PackageDescription | This module is a hack to set autoflush for STDOUT and STDERR from the command line or from PERL5OPT for code that needs it but doesn't have it. |
PackageMaintainer | Fedora Project |
PackageName | perl-Devel-Autoflush |
PackageRelease | 5.fc23 |
PackageVersion | 0.06 |
SHA-1 | 4FB25B23B8894843FA6F426EB676F567A6F797F0 |
SHA-256 | CD3C4D33E73404759FC9BBC8821943F79FFC82BDE3A495F853FF2B706A41D078 |
Key | Value |
---|---|
MD5 | 1EDEF8E3A46A30AF54F59DA5B77135D7 |
PackageArch | noarch |
PackageDescription | This module is a hack to set autoflush for STDOUT and STDERR from the command line or from 'PERL5OPT' for code that needs it but doesn't have it. This often happens when prompting: print "Guess a number: "; my $n = <STDIN>; As long as the output is going to a terminal, the prompt is flushed when STDIN is read. However, if the output is being piped, the print statement will not automatically be flushed, no prompt will be seen and the program will silently appear to hang while waiting for input. This might happen with 'tee': $ perl guess.pl | tee capture.out Use Devel::Autoflush to work around this: $ perl -MDevel::Autoflush guess.pl | tee capture.out Or set it in 'PERL5OPT': $ export PERL5OPT=-MDevel::Autoflush $ perl guess.pl | tee capture.out = SEE ALSO * * the CPANPLUS::Internals::Utils::Autoflush manpage -- same idea but STDOUT only and only available as part of the full CPANPLUS distribution |
PackageName | perl-Devel-Autoflush |
PackageRelease | lp151.1.1 |
PackageVersion | 0.06 |
SHA-1 | 64515281BDC5D60AA7688EFF9CC494F79675B9A1 |
SHA-256 | C2EB4A3C8A9CBFEEE9D2D62B5E0CB5B24DA6A3EDE2339EEF044A0ED95AC70150 |
Key | Value |
---|---|
MD5 | FAC1952759D548BF7755CE0270FBB6B5 |
PackageArch | noarch |
PackageDescription | This module is a hack to set autoflush for STDOUT and STDERR from the command line or from 'PERL5OPT' for code that needs it but doesn't have it. This often happens when prompting: print "Guess a number: "; my $n = <STDIN>; As long as the output is going to a terminal, the prompt is flushed when STDIN is read. However, if the output is being piped, the print statement will not automatically be flushed, no prompt will be seen and the program will silently appear to hang while waiting for input. This might happen with 'tee': $ perl guess.pl | tee capture.out Use Devel::Autoflush to work around this: $ perl -MDevel::Autoflush guess.pl | tee capture.out Or set it in 'PERL5OPT': $ export PERL5OPT=-MDevel::Autoflush $ perl guess.pl | tee capture.out = SEE ALSO * * the CPANPLUS::Internals::Utils::Autoflush manpage -- same idea but STDOUT only and only available as part of the full CPANPLUS distribution |
PackageName | perl-Devel-Autoflush |
PackageRelease | 1.61 |
PackageVersion | 0.06 |
SHA-1 | 661377953870C8BAB8E41B0746199704D8D09045 |
SHA-256 | 714E8ED439CBD8BB2A05B5CDC136419455BCF6BF537D6E9580E6A81B028DD550 |