Merged 5.49_01 (r1339) from refactored branch to trunk
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / View / Dump / False.pm
diff --git a/t/lib/TestApp/View/Dump/False.pm b/t/lib/TestApp/View/Dump/False.pm
deleted file mode 100644 (file)
index 014337b..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-package TestApp::View::Dump::False;
-
-use strict;
-use base qw[TestApp::View::Dump::Request];
-use overload
-    '""' => sub { undef; };
-
-1;