summaryrefslogtreecommitdiffstats
path: root/t/01/Bar.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/01/Bar.pm
parentb76fddd60aa8331c90c5b3cbe16f3c7685c5f4da (diff)
downloadcircular-require-9cc8c0a89e3984a04758240a76940bb70f49f256.tar.gz
circular-require-9cc8c0a89e3984a04758240a76940bb70f49f256.zip
remove test numbers
Diffstat (limited to 't/01/Bar.pm')
-rw-r--r--t/01/Bar.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/t/01/Bar.pm b/t/01/Bar.pm
deleted file mode 100644
index f7d7f72..0000000
--- a/t/01/Bar.pm
+++ /dev/null
@@ -1,4 +0,0 @@
-package Bar;
-use Baz;
-sub quux { }
-1;