]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - t/01-import.t
Remove all signature-related features
[perl/modules/Variable-Magic.git] / t / 01-import.t
index 5dc418d15bbb374ddc3d0516d85ccde39a5f3917..19d165f0e3bae1db6adfbd9d41d7fcc5ac0df77d 100644 (file)
@@ -3,19 +3,16 @@
 use strict;
 use warnings;
 
-use Test::More tests => 2 * 23;
+use Test::More tests => 2 * 18;
 
 require Variable::Magic;
 
 my %syms = (
  wizard   => undef,
- gensig   => '',
- getsig   => '$',
  cast     => '\[$@%&*]$@',
  getdata  => '\[$@%&*]$',
  dispell  => '\[$@%&*]$',
  map { $_ => '' } qw/
-  SIG_MIN SIG_MAX SIG_NBR
   MGf_COPY MGf_DUP MGf_LOCAL VMG_UVAR
   VMG_COMPAT_ARRAY_PUSH_NOLEN VMG_COMPAT_ARRAY_PUSH_NOLEN_VOID
   VMG_COMPAT_ARRAY_UNSHIFT_NOLEN_VOID