summaryrefslogtreecommitdiffstats
path: root/t/01/Foo.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-01-25 15:09:37 -0600
committerJesse Luehrs <doy@tozt.net>2011-01-25 15:09:37 -0600
commit64c74c4d2d2718a2059cc4dbc1626e4eb2b068db (patch)
tree5351e0f3eebb510cd2dab4ee7ca871036fd1bd14 /t/01/Foo.pm
parent47b406fc2ae8a479813ff55cc172abcf6596b919 (diff)
downloadcircular-require-64c74c4d2d2718a2059cc4dbc1626e4eb2b068db.tar.gz
circular-require-64c74c4d2d2718a2059cc4dbc1626e4eb2b068db.zip
initial implementation
Diffstat (limited to 't/01/Foo.pm')
-rw-r--r--t/01/Foo.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/01/Foo.pm b/t/01/Foo.pm
new file mode 100644
index 0000000..5e5d6c3
--- /dev/null
+++ b/t/01/Foo.pm
@@ -0,0 +1,4 @@
+package Foo;
+use Baz;
+sub quux { }
+1;