From 1a0c3c3a02da09abc11bbad291d09a41c1850d1d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 8 Jul 2011 03:01:49 -0500 Subject: split this out into its own dist, and implement the custom opcode --- t/lib/lexical.pl | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 t/lib/lexical.pl (limited to 't/lib/lexical.pl') diff --git a/t/lib/lexical.pl b/t/lib/lexical.pl deleted file mode 100644 index d004c3f..0000000 --- a/t/lib/lexical.pl +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env perl -use strict; -use warnings; - -Test::More::ok(1 ~~ 1); -Test::More::ok(!(1 ~~ 0)); - -1; -- cgit v1.2.3-54-g00ecf