tokuhirom / p6-HTTP-Server-Tiny

Web application server for Perl6
Artistic License 2.0
18 stars 10 forks source link

Replace deprecated numeric argument passing with enum passing #21

Closed syohex closed 8 years ago

syohex commented 8 years ago

We should pass SeekType argument to IO::Handle::seek now.

================================================================================
numerical seektype 0 seen at:
  /home/syohei/src/p6/HTTP-Server-Tiny/lib/HTTP/Server/Tiny.pm6, line 39
Please use SeekFromBeginning instead.
--------------------------------------------------------------------------------
Please contact the author to have these occurrences of deprecated code
adapted, so that this message will disappear!