#!/usr/bin/perl -w use feature 'say'; =head1 NAME The quick brown fox jumps over the lazy dog. =head1 SYNOPSIS The quick brown fox jumps over the lazy dog. =head1 DESCRIPTION The quick brown fox jumps over the lazy dog. =head1 AUTHOR The quick brown fox jumps over the lazy dog. =cut say "Testing..."; exit;