Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created October 28, 2017 19:50
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/475359b37e0596fb88a83e2fd21902e1 to your computer and use it in GitHub Desktop.
Save Whateverable/475359b37e0596fb88a83e2fd21902e1 to your computer and use it in GitHub Desktop.
committable6
class Fred { method Dim() is DEPRECATED(‘dim’) { 1 } }; say Fred.new.Dim
¦«2015.12,HEAD(61af87b)»:
1
Saw 1 occurrence of deprecated code.
================================================================================
Method Dim (from Fred) seen at:
/tmp/yp_c3cF2sx, 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