1#!perl 2 3use strict; 4use warnings; 5 6use Test::More 0.88 tests => 1; 7 8require_ok('HTTP::Tiny'); 9 10local $HTTP::Tiny::VERSION = $HTTP::Tiny::VERSION || 'from repo'; 11note("HTTP::Tiny $HTTP::Tiny::VERSION, Perl $], $^X"); 12 13