File: 02-constants.t

package info (click to toggle)
libvariable-magic-perl 0.64-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 476 kB
  • sloc: perl: 4,256; ansic: 633; makefile: 8
file content (11 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#!perl -T

use strict;
use warnings;

use Test::More tests => 2;

use Variable::Magic qw<MGf_COPY MGf_DUP>;

ok MGf_COPY, 'MGf_COPY is always true';
ok MGf_DUP,  'MGf_DUP is always true';