Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created February 21, 2018 18:12
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/cd7cddcb82dec95dd2cc3d735ab59c6f to your computer and use it in GitHub Desktop.
Save Whateverable/cd7cddcb82dec95dd2cc3d735ab59c6f to your computer and use it in GitHub Desktop.
evalable6
use v6.d.PREVIEW; use Test; is_approx 5, 5;
ok 1 -
Saw 1 occurrence of deprecated code.
================================================================================
Sub is_approx (from Test) seen at:
/tmp/lZkEJXkLZC, line 1
Please use is-approx 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