From 3ce18c876e750d53fa5df8d283e3f4ff8d2dfa94 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 18 Aug 2012 19:24:59 -0500 Subject: make fun work at compile time --- t/compile-time.t | 2 -- 1 file changed, 2 deletions(-) (limited to 't') diff --git a/t/compile-time.t b/t/compile-time.t index a20ff6c..6dcbc53 100644 --- a/t/compile-time.t +++ b/t/compile-time.t @@ -5,9 +5,7 @@ use Test::More; use Fun; -TODO: { todo_skip "doesn't work at compile time yet", 1; is(foo(), "FOO"); -} fun foo { "FOO" } -- cgit v1.2.3-54-g00ecf