]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - t/14-callbacks.t
Move the op_info tests to a new t/18-opinfo.t
[perl/modules/Variable-Magic.git] / t / 14-callbacks.t
index e14d5709be01f2da446d27caadf1b663daff5176..eb72559acbf75e4afe8e9688b01aa1662a2c7d00 100644 (file)
@@ -64,3 +64,4 @@ is($@, '', 'caller into callback doesn\'t croak');
 is_deeply(\@callers, [
  ([ 'main', $0, __LINE__-3 ]) x 2,
 ], 'caller into callback into eval returns the right thing');
+