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