#!/usr/bin/perl # Auto-generated testing for PITA use strict; BEGIN { $| = 1; $^W = 1; } use Test::More [% plan %]; use PITA (); [% tests %] 1;