summaryrefslogtreecommitdiffstats
path: root/t/data/basic/after/UseFake.pm
diff options
context:
space:
mode:
authoramacleay <a.macleay@gmail.com>2014-01-07 11:52:07 -0500
committeramacleay <a.macleay@gmail.com>2014-01-07 11:52:07 -0500
commit576c62dbe64c582eb94ad60fd4782ab4b3057bf0 (patch)
tree4d77353e1c6429487697bfa04fc867865d707aac /t/data/basic/after/UseFake.pm
parentf0153f9e0aa32910bef579d7956e59d933108261 (diff)
downloadclass-refresh-576c62dbe64c582eb94ad60fd4782ab4b3057bf0.tar.gz
class-refresh-576c62dbe64c582eb94ad60fd4782ab4b3057bf0.zip
Do not die if last require failed
Diffstat (limited to 't/data/basic/after/UseFake.pm')
-rw-r--r--t/data/basic/after/UseFake.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/data/basic/after/UseFake.pm b/t/data/basic/after/UseFake.pm
new file mode 100644
index 0000000..efc0d3e
--- /dev/null
+++ b/t/data/basic/after/UseFake.pm
@@ -0,0 +1,5 @@
+package RequiresFake;
+
+use Fake;
+
+1;