Skip to content

Commit

Permalink
utils/failo-uri-title.pl: use ->autoflush(1) not $|
Browse files Browse the repository at this point in the history
  • Loading branch information
avar committed Oct 7, 2010
1 parent d4a8cdc commit d53e3f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/failo-uri-title.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
use strict;
use warnings;
use URI::Title qw(title);
$| = 1;

STDOUT->autoflush(1);

given ($ARGV[0]) {
when (m[youtube\.com/watch\?v=(?<id>[A-Za-z0-9_-]+)]) {
Expand Down

0 comments on commit d53e3f1

Please sign in to comment.