summaryrefslogtreecommitdiff
path: root/chromium/third_party/cygwin/lib/perl5/5.10/CPANPLUS/Internals/Utils/Autoflush.pm
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/cygwin/lib/perl5/5.10/CPANPLUS/Internals/Utils/Autoflush.pm')
-rw-r--r--chromium/third_party/cygwin/lib/perl5/5.10/CPANPLUS/Internals/Utils/Autoflush.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/third_party/cygwin/lib/perl5/5.10/CPANPLUS/Internals/Utils/Autoflush.pm b/chromium/third_party/cygwin/lib/perl5/5.10/CPANPLUS/Internals/Utils/Autoflush.pm
new file mode 100644
index 00000000000..56566436a14
--- /dev/null
+++ b/chromium/third_party/cygwin/lib/perl5/5.10/CPANPLUS/Internals/Utils/Autoflush.pm
@@ -0,0 +1,5 @@
+package CPANPLUS::Internals::Utils::Autoflush;
+
+BEGIN { $|++ };
+
+1;