Initial Commit
This commit is contained in:
8
database/perl/vendor/lib/CPANPLUS/Internals/Utils/Autoflush.pm
vendored
Normal file
8
database/perl/vendor/lib/CPANPLUS/Internals/Utils/Autoflush.pm
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
package CPANPLUS::Internals::Utils::Autoflush;
|
||||
|
||||
use vars qw[$VERSION];
|
||||
$VERSION = "0.9910";
|
||||
|
||||
BEGIN { my $old = select STDERR; $|++; select $old; $|++; };
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user