#!/usr/bin/perl
use strict;
use Data::Show;

show {test => 1};

1;
