File: 02-changedefault2.t

package info (click to toggle)
libfuture-http-perl 0.17-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 276 kB
  • sloc: perl: 1,320; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!perl -w
use strict;
use warnings;
use Test::More tests=>1;

use Future::HTTP;
BEGIN {
    unshift @Future::HTTP::loops, ['Test/More.pm' => 'Config'];
}

is( Future::HTTP->best_implementation(), 'Config', "changed default backend (post)");