]> Dogcows Code - chaz/p5-HTTP-AnyUA/blob - t/lib/AnyEvent/Future.pm
respond with Future subclasses
[chaz/p5-HTTP-AnyUA] / t / lib / AnyEvent / Future.pm
1 package AnyEvent::Future;
2
3 use warnings;
4 use strict;
5
6 use parent 'Future';
7
8 1;
This page took 0.032782 seconds and 4 git commands to generate.