Skip to content

Instantly share code, notes, and snippets.

Created March 26, 2009 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/86285 to your computer and use it in GitHub Desktop.
Save anonymous/86285 to your computer and use it in GitHub Desktop.
# OS == linux
ok 1 - use Compress::Zlib;
ok 2 - use Devel::Symdump;
# $Devel::Symdump::VERSION == 2.07
# $Compress::Zlib::VERSION == 2.008
# Perl == 5.010000
ok 3 - reference assignment
# ref($glob_ref) == "GLOB"
# Checking GLOB assignment to reference...
ok 4 - waitpid()
# exit value = 0
# exit with signal = 0
# dumped core? 0
ok 5 - child did not SEGV
ok 6 - child exited properly
# Checking Devel::Symdump->rnew->packages...
ok 7 - waitpid()
# exit value = 0
# exit with signal = 0
# dumped core? 0
ok 8 - child did not SEGV
ok 9 - child exited properly
1..9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment