krunen / term-termios

termios routines for Rakudo Perl 6
Artistic License 2.0
7 stars 8 forks source link

Deprecated code when installing with zef #24

Open demanuel opened 9 months ago

demanuel commented 9 months ago

Hi!

While installing with zef i get this message:

===> Staging Term::termios:ver<0.2>
Saw 1 occurrence of deprecated code.
================================================================================
Method Str (from Distribution::Resource) seen at:
  /home/demanuel/.rakubrew/versions/moar-2024.01/share/perl6/site/sources/1C9686E46F44C640441E04320CF3C7A0C3F63FF4 (Term::termios), line 145
Please use %?RESOURCES<key> directly instead.
--------------------------------------------------------------------------------
Please contact the author to have these occurrences of deprecated code
adapted, so that this message will disappear!
finanalyst commented 1 month ago

Same problem when using Rakudo REPL from CLI after a fresh re-compilation of Rakudo, eg

$ raku
Welcome to Rakudo™ v2024.08.
Implementing the Raku® Programming Language v6.d.
Built on MoarVM version 2024.08.

Saw 1 occurrence of deprecated code.
================================================================================
Method Str (from Distribution::Resource) seen at:
  /home/richard/.raku/sources/5CB2E088A2F6E19C63814E195E60C87BDA3C9F63 (Term::termios), line 145
Please use %?RESOURCES<key> directly instead.
--------------------------------------------------------------------------------
Please contact the author to have these occurrences of deprecated code
adapted, so that this message will disappear!