#!/usr/bin/env perl -w
use strict;
use Test;
BEGIN { plan tests => 1 }
use Stanza ;
ok(1);
exit;
__END__