File: 000_load.t

package info (click to toggle)
libhttp-tiny-perl 0.090-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 788 kB
  • sloc: perl: 3,124; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (16)
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");