The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl -w

BEGIN { print "1..1\n" }

use strict;
use Wx;
use Wx::Grid;

{
  my $x = Wx::GridCellAttr->new;
}

# got there
print "ok 1\n";

# Local variables: #
# mode: cperl #
# End: #