The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl
# vim:ts=4:sw=4:et:ft=perl:

use Test::More tests => 1;

BEGIN {
  use_ok( 'Data::Object::AutoWrap' );
}

diag(
  "Testing Data::Object::AutoWrap $Data::Object::AutoWrap::VERSION" );