<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,16 +6,23 @@ use warnings 'all';
 
 use Test::Command 0.08 tests =&gt; 1;
 use Test::More 0.94;
+use Test::Requires 0.02 {
+	'Getopt::Long' =&gt; 2.33,
+};
 
 my $send_nsca = 'bin/send_nsca';
 
 ###########################################################################
 # TEST USAGE MESSAGE
 subtest 'Usage statement' =&gt; sub {
-	plan tests =&gt; 14;
 
 	my $cmd = Test::Command-&gt;new(cmd =&gt; [$^X, $send_nsca, '--help']);
 
+	# Pod::Usage is required
+	Test::Requires-&gt;import('Pod::Usage');
+
+	plan tests =&gt; 14;
+
 	$cmd-&gt;exit_is_num(0, 'Exits with 0');
 	$cmd-&gt;stderr_is_eq(q{}, 'Prints nothing on stderr');
 	$cmd-&gt;stdout_like(qr{Options:}, 'Has Options: tag');</diff>
      <filename>t/send_nsca.t</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>02d544bc578aea98365ef3c1f26d2ae8f1fb8039</id>
    </parent>
  </parents>
  <author>
    <name>Douglas Christopher Wilson</name>
    <email>dougwilson@live.com</email>
  </author>
  <url>http://github.com/dougwilson/perl5-net-nsca-client/commit/123f533d784576c43a69afbb538d8d59a1d77dd4</url>
  <id>123f533d784576c43a69afbb538d8d59a1d77dd4</id>
  <committed-date>2009-10-31T17:42:11-07:00</committed-date>
  <authored-date>2009-10-31T17:42:11-07:00</authored-date>
  <message>Added skips for the send_nsca module failures, as it requires modules not listed in META.yml</message>
  <tree>98ea65ff96ca800f34c04d97ef19904fcd829108</tree>
  <committer>
    <name>Douglas Christopher Wilson</name>
    <email>dougwilson@live.com</email>
  </committer>
</commit>
