File: 000-load.t

package info (click to toggle)
libprometheus-tiny-shared-perl 0.027-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: perl: 830; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (2)
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::Shared');

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