From f312d2f439604554ff7614b058481e7f5c7d6a8e Mon Sep 17 00:00:00 2001 From: "Brian Fraser fraserb@gmail.com" <> Date: Mon, 27 Aug 2012 15:43:27 -0300 Subject: [PATCH] Added the missing sample file --- t/lib/samples/bash/po005.sh | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 t/lib/samples/bash/po005.sh diff --git a/t/lib/samples/bash/po005.sh b/t/lib/samples/bash/po005.sh new file mode 100644 index 00000000..38b2cc99 --- /dev/null +++ b/t/lib/samples/bash/po005.sh @@ -0,0 +1,37 @@ +#!/usr/bin/env bash + +: + +# ############################################################################ +# Documentation +# ############################################################################ +:<<'DOCUMENTATION' +=pod + +=head1 NAME + +pt-stalk - Wait for a condition to occur then begin collecting data. + +=head1 OPTIONS + +=over + +=item --notify-by-email + +type: string + +something about mailing. + +=item --help + +Print help. + +=back + +=head1 ENVIRONMENT + +No env vars used. + +=cut + +DOCUMENTATION