File: 00-load.t

package info (click to toggle)
libinfluxdb-lineprotocol-perl 1.015-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 180 kB
  • sloc: perl: 876; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/usr/bin/env perl
use Test::More;
use lib 'lib';

require_ok( 'InfluxDB::LineProtocol' );

done_testing();