Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created October 28, 2017 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/0e56d7171c1126eb9f8b68d4674fd5f7 to your computer and use it in GitHub Desktop.
Save Whateverable/0e56d7171c1126eb9f8b68d4674fd5f7 to your computer and use it in GitHub Desktop.
committable6
5e33934 class Fred { method Dim() is DEPRECATED(‘dim’) { 1 } }; say Fred.new.Dim
¦«5e33934»:
1
Saw 1 occurrence of deprecated code.
================================================================================
Method Dim (from Fred) seen at:
/tmp/QnNvo80rsy, line 1
Please use dim instead.
--------------------------------------------------------------------------------
Please contact the author to have these occurrences of deprecated code
adapted, so that this message will disappear!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment