]> Dogcows Code - chaz/p5-HTTP-AnyUA/blobdiff - t/lib/Future/Mojo.pm
respond with Future subclasses
[chaz/p5-HTTP-AnyUA] / t / lib / Future / Mojo.pm
diff --git a/t/lib/Future/Mojo.pm b/t/lib/Future/Mojo.pm
new file mode 100644 (file)
index 0000000..44b8745
--- /dev/null
@@ -0,0 +1,8 @@
+package Future::Mojo;
+
+use warnings;
+use strict;
+
+use parent 'Future';
+
+1;
This page took 0.01899 seconds and 4 git commands to generate.