X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-HTTP-AnyUA;a=blobdiff_plain;f=t%2Flib%2FFuture%2FMojo.pm;fp=t%2Flib%2FFuture%2FMojo.pm;h=44b8745da4486eed35a77a816faee1c1cfa52314;hp=0000000000000000000000000000000000000000;hb=8306d573a50cbac0d76bf01ce98e82beec36e42d;hpb=950a5203bb27c21b549742ce3dec05df1e331b59 diff --git a/t/lib/Future/Mojo.pm b/t/lib/Future/Mojo.pm new file mode 100644 index 0000000..44b8745 --- /dev/null +++ b/t/lib/Future/Mojo.pm @@ -0,0 +1,8 @@ +package Future::Mojo; + +use warnings; +use strict; + +use parent 'Future'; + +1;