diff options
author | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1991-01-11 05:46:37 +0000 |
---|---|---|
committer | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1991-01-11 05:46:37 +0000 |
commit | c623bd54707a8bf975b272e17e7c3b3342b31eb0 (patch) | |
tree | e87e70336fbb61f720550163fb83d99862142f67 /lib | |
parent | 7e1cf235bd6c3a4fbf1093f84db8002929b8b6c6 (diff) | |
download | perl-c623bd54707a8bf975b272e17e7c3b3342b31eb0.tar.gz |
perl 3.0 patch #43 patch #42, continued
See patch #42.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/flush.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/flush.pl b/lib/flush.pl index 1d22819ab8..55002b9919 100644 --- a/lib/flush.pl +++ b/lib/flush.pl @@ -20,3 +20,4 @@ sub printflush { select($old); } +1; |