File: 000_load.t

package info (click to toggle)
libhttp-tiny-perl 0.082-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 772 kB
  • sloc: perl: 2,969; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
#!perl

use strict;
use warnings;

use Test::More 0.88 tests => 1;

require_ok('HTTP::Tiny');

local $HTTP::Tiny::VERSION = $HTTP::Tiny::VERSION || 'from repo';
note("HTTP::Tiny $HTTP::Tiny::VERSION, Perl $], $^X");