File: 00-load.t

package info (click to toggle)
libprometheus-tiny-perl 0.011-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 180 kB
  • sloc: perl: 746; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!perl

use warnings;
use strict;

use Test::More tests => 1;

require_ok('Prometheus::Tiny');

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