use strict;
use warnings FATAL => "all";
my $builder = Gnuplot::Builder::Script->new;
memory_cycle_ok $builder, "No cyclic refs";
done_testing;