update repo to point to github
[gitmo/Moo.git] / xt / global-destruct-jenga.t
CommitLineData
c944f84c 1use strictures 1;
2use Test::More;
3
4my $out = `$^X xt/global-destruct-jenga-helper.pl 2>&1`;
5is $out, '', 'no errors from global destruct of jenga object';
6
7done_testing;