File: Autoflush.pm

package info (click to toggle)
libcpanplus-perl 0.9152-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,708 kB
  • ctags: 1,592
  • sloc: perl: 36,423; sh: 30; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 113 bytes parent folder | download
1
2
3
4
5
6
7
8
package CPANPLUS::Internals::Utils::Autoflush;

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

BEGIN { $|++ };

1;