From c17bd97635464c13298b177797da2fb3d02974bc Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 7 Jul 2011 17:44:35 -0500 Subject: tests --- t/lib/lexical.pl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 t/lib/lexical.pl (limited to 't/lib/lexical.pl') diff --git a/t/lib/lexical.pl b/t/lib/lexical.pl new file mode 100644 index 0000000..d004c3f --- /dev/null +++ b/t/lib/lexical.pl @@ -0,0 +1,8 @@ +#!/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