]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - t/01-import.t
A terser way to display versions for modules used in tests
[perl/modules/Variable-Magic.git] / t / 01-import.t
index 5dc418d15bbb374ddc3d0516d85ccde39a5f3917..8fdd778f434ece8c898e7adc7eefe068dbdd96c6 100644 (file)
@@ -3,24 +3,22 @@
 use strict;
 use warnings;
 
-use Test::More tests => 2 * 23;
+use Test::More tests => 2 * 19;
 
 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
   VMG_COMPAT_ARRAY_UNDEF_CLEAR
   VMG_COMPAT_SCALAR_LENGTH_NOLEN
+  VMG_COMPAT_GLOB_GET
   VMG_PERL_PATCHLEVEL
   VMG_THREADSAFE VMG_FORKSAFE
   VMG_OP_INFO_NAME VMG_OP_INFO_OBJECT