about summary refs log tree commit homepage
path: root/lib/PublicInbox/WwwListing.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-09-09 06:26:09 +0000
committerEric Wong <e@80x24.org>2020-09-10 19:45:18 +0000
commit38226be5fd4c24885658e00d4ce87ccee663063d (patch)
tree1cb97f932a099655877ed07a3b3df44f22859128 /lib/PublicInbox/WwwListing.pm
parent6b13c85d2b1b94973c374fa3444148b49d1d8a19 (diff)
downloadpublic-inbox-38226be5fd4c24885658e00d4ce87ccee663063d.tar.gz
With Perl upstream preparing to deprecate things, we'll move
towards only enabling warnings during development via shebang
and stop enabling them via "use".

We'll also favor "use v5.10.1" over the Perl 5.6-compatible "use
5.010_001", since our code base never worked on 5.6.

Finally, were also importing SEEK_SET without using it, just use it
for readability since we can't avoid loading Fcntl in other
places and it'll get constant-folded, anyways.
Diffstat (limited to 'lib/PublicInbox/WwwListing.pm')
0 files changed, 0 insertions, 0 deletions