Skip to content

Commit

Permalink
dump osname, archname, useithreads or not.
Browse files Browse the repository at this point in the history
  • Loading branch information
hirose31 committed Sep 25, 2009
1 parent 76c1174 commit 8b0249e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dump-env.pl
@@ -1,7 +1,9 @@
use Class::MOP;
use Config;

print "perl: $]\n";
print $^O, "\n";
print join(' ', $Config{osname}, $Config{osvers}, $Config{archname}), "\n";
print "useithreads: ", $Config{useithreads} ? "yes" : "no", "\n";
print "\n";

d($_) for qw/
Expand Down

0 comments on commit 8b0249e

Please sign in to comment.