Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 17, 2016 12:37
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/3936aae4b8026f05ca50e25d91837130 to your computer and use it in GitHub Desktop.
Save Whateverable/3936aae4b8026f05ca50e25d91837130 to your computer and use it in GitHub Desktop.
committable6
releases my $*TOLERANCE = .1; say 11 =~= 10;
¦«2015.10,2015.11»: ===SORRY!=== Error while compiling /tmp/9SeJTkofe3
Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~
at /tmp/9SeJTkofe3:1
------> my $*TOLERANCE = .1; say 11 =~⏏= 10; «exit code = 1»
¦«2015.12,2016.02,2016.03,2016.04,2016.05,2016.06,2016.07.1,2016.08.1,HEAD»: True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment