File: v3_01_constants.t

package info (click to toggle)
libparse-plainconfig-perl 3.07-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 360 kB
  • sloc: perl: 1,916; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/perl -T

use Test::More tests => 3;
use Paranoid;
use Parse::PlainConfig::Constants;
use Class::EHierarchy qw(:all);

use strict;
use warnings;

psecureEnv();

is( PPC_SCALAR, CEH_SCALAR, 'PPC_SCALAR' );
is( PPC_ARRAY,  CEH_ARRAY,  'PPC_ARRAY' );
is( PPC_HASH,   CEH_HASH,   'PPC_HASH' );