"Fossies" - the Fresh Open Source Software Archive
Member "perl-5.32.1/cpan/HTTP-Tiny/t/000_load.t" (18 Dec 2020, 217 Bytes) of package /linux/misc/perl-5.32.1.tar.xz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
1 #!perl
2 3 use strict;
4 use warnings;
5 6 use Test::More 0.88 tests => 1;
7 8 require_ok('HTTP::Tiny');
9 10 local $HTTP::Tiny::VERSION = $HTTP::Tiny::VERSION || 'from repo';
11 note("HTTP::Tiny $HTTP::Tiny::VERSION, Perl $], $^X");
12