File: decimal128-7.t

package info (click to toggle)
libbson-perl 1.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,152 kB
  • sloc: perl: 3,970; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 456 bytes parent folder | download | duplicates (28)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
use 5.008001;
use strict;
use warnings;

use Test::More 0.96;
use Path::Tiny;

use lib 't/lib';
use lib 't/pvtlib';
use CleanEnv;
use CorpusTest;

test_corpus_file( path($0)->basename(".t") . ".json" );

done_testing;

#
# This file is part of BSON
#
# This software is Copyright (c) 2018 by Stefan G. and MongoDB, Inc.
#
# This is free software, licensed under:
#
#   The Apache License, Version 2.0, January 2004
#
#
# vim: set ts=4 sts=4 sw=4 et tw=75: