summaryrefslogtreecommitdiffstats
path: root/t/02/Foo.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-12-19 14:06:16 -0600
committerJesse Luehrs <doy@tozt.net>2011-12-19 14:06:16 -0600
commit9cc8c0a89e3984a04758240a76940bb70f49f256 (patch)
tree4298a84ceb953be8fd71b3b1c3c7b5e2d75051f3 /t/02/Foo.pm
parentb76fddd60aa8331c90c5b3cbe16f3c7685c5f4da (diff)
downloadcircular-require-9cc8c0a89e3984a04758240a76940bb70f49f256.tar.gz
circular-require-9cc8c0a89e3984a04758240a76940bb70f49f256.zip
remove test numbers
Diffstat (limited to 't/02/Foo.pm')
-rw-r--r--t/02/Foo.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/t/02/Foo.pm b/t/02/Foo.pm
deleted file mode 100644
index 67de8a7..0000000
--- a/t/02/Foo.pm
+++ /dev/null
@@ -1,3 +0,0 @@
-package Foo;
-use 5.008001;
-1;