File: 000_load.t

package info (click to toggle)
libhttp-tiny-perl 0.043-2~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 664 kB
  • sloc: perl: 2,651; 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");