Rev 25 | Rev 31 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 25 | Rev 30 | ||
|---|---|---|---|
| Line 3... | Line 3... | ||
| 3 | use warnings; |
3 | use warnings; |
| 4 | require 5.004; |
4 | require 5.004; |
| 5 | 5 | ||
| 6 | #use diagnostics;
|
6 | #use diagnostics;
|
| 7 | use utf8; |
7 | use utf8; |
| - | 8 | ||
| - | 9 | ## NOTE:
|
|
| - | 10 | ## Enable and remove binmode when utf8::all has actually become lexically scoped
|
|
| 8 | use Encode; |
11 | # use utf8:all;
|
| 9 | 12 | ||
| 10 | use constant DEBUG => 0; |
13 | use constant DEBUG => 0; |
| 11 | 14 | ||
| 12 | ## newsstat.pl
|
15 | ## newsstat.pl
|
| 13 | ## Copyright (C) 2011, 2012 Thomas Lahn <startrek@PointedEars.de>
|
16 | ## Copyright (C) 2011, 2012 Thomas Lahn <startrek@PointedEars.de>
|