Off we go (Release 0.01)
[p5sagit/Devel-PeekPoke.git] / t / 00info.t
CommitLineData
6be43b56 1use strict;
2use warnings;
3
4use Test::More;
5use Devel::PeekPoke::Constants qw/PTR_SIZE PTR_PACK_TYPE BIG_ENDIAN/;
6
7diag("\nPerl: $]\n");
8diag(sprintf "%s: %s\n", $_, __PACKAGE__->$_ ) for (qw/BIG_ENDIAN PTR_SIZE PTR_PACK_TYPE/);
9
10ok('this is not a test, it just serves to diag() out what this system is using, for the curious (me)');
11done_testing;