File: Autoflush.pm

package info (click to toggle)
libcpanplus-perl 0.9910-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,240 kB
  • sloc: perl: 47,752; sh: 30; makefile: 13
file content (8 lines) | stat: -rw-r--r-- 158 bytes parent folder | download
1
2
3
4
5
6
7
8
package CPANPLUS::Internals::Utils::Autoflush;

use vars qw[$VERSION];
$VERSION = "0.9910";

BEGIN { my $old = select STDERR; $|++; select $old; $|++; };

1;