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