1#!perl
2
3use strict;
4use warnings;
5
6use Test::More 0.88 tests => 1;
7
8require_ok('AtExit');
9