From e31a480be1eb13721b02c94dac975541aa0e2c59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Murias?= Date: Fri, 5 Oct 2018 21:30:30 +0200 Subject: [PATCH] Stop using unneeded 'use MONKEY-SEE-NO-EVAL' --- lib/Test.pm6 | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Test.pm6 b/lib/Test.pm6 index dc8a3afc090..af3d0726995 100644 --- a/lib/Test.pm6 +++ b/lib/Test.pm6 @@ -1,5 +1,4 @@ use MONKEY-GUTS; # Allow NQP ops. -use MONKEY-SEE-NO-EVAL; unit module Test; # Copyright (C) 2007 - 2018 The Perl Foundation.