<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,11 +1,15 @@
 Revision history for Net-NSCA-Client
 ====================================
 
-0.004 Sat, October 31, 2009 20:50:12 -0500
+0.005 Sun, November 1, 2009 01:35:12 -0500
+  * Finally fixed the test failures for t/send_nsca.t by requiring
+    Pod::Usage 1.36+ for the script.
+
+0.004 Sat, October 31, 2009 20:50:12 -0400
   * Modified t/send_nsca.t test so that the non-present required modules
     for the utility will not cause the entire module to fail.
 
-0.003 Sat, October 31, 2009 16:40:01 -0500
+0.003 Sat, October 31, 2009 16:40:01 -0400
   * New bin/send_nsca utility. This is an emulation of the send_nsca
     utility that comes with the NSCA package.
   * Changed from using Crypt::Random to Data::Rand::Obscure for generation
@@ -13,7 +17,7 @@ Revision history for Net-NSCA-Client
     this package itself never uses this feature).
   * No longer use Test::Most in tests, as it was unnecessary.
 
-0.002 Thu, October 8, 2009 17:35:10 -0500
+0.002 Thu, October 8, 2009 17:35:10 -0400
   * FIX: All Moose classes are now immutable
   * FIX: Creating a Net::NSCA::Client::InitialPacket without an IV would
     cause an error since the default ended up being a Math::Pari object
@@ -29,7 +33,7 @@ Revision history for Net-NSCA-Client
   * Added tests for many pieces of the objects and for packet reading
     and creation.
 
-0.001 Tue, October 1, 2009 20:35:12 -0500
+0.001 Tue, October 1, 2009 20:35:12 -0400
   * First release.
   * NOTE: There are currently no tests besides a load test, so there
     is no real way to know if it is working on your system when installing.</diff>
      <filename>Changes</filename>
    </modified>
    <modified>
      <diff>@@ -41,4 +41,4 @@ resources:
   homepage: http://github.com/dougwilson/perl5-net-nsca-client/
   license: http://dev.perl.org/licenses/
   repository: git://github.com/dougwilson/perl5-net-nsca-client.git
-version: 0.004
+version: 0.005</diff>
      <filename>META.yml</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-Net-NSCA-Client 0.004
+Net-NSCA-Client 0.005
 =====================
 
 INSTALLATION</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-Net-NSCA-Client 0.004
+Net-NSCA-Client 0.005
 =====================
 
 INSTALLATION</diff>
      <filename>README.mkdn</filename>
    </modified>
    <modified>
      <diff>@@ -7,7 +7,7 @@ use warnings 'all';
 ###############################################################################
 # METADATA
 our $AUTHORITY = 'cpan:DOUGDUDE';
-our $VERSION   = '0.004';
+our $VERSION   = '0.005';
 
 ###############################################################################
 # MOOSE
@@ -126,7 +126,7 @@ Net::NSCA::Client - Send passive checks to Nagios locally and remotely.
 
 =head1 VERSION
 
-This documnetation refers to L&lt;Net::NSCA::Client&gt; version 0.004
+This documnetation refers to L&lt;Net::NSCA::Client&gt; version 0.005
 
 =head1 SYNOPSIS
 </diff>
      <filename>lib/Net/NSCA/Client.pm</filename>
    </modified>
    <modified>
      <diff>@@ -7,7 +7,7 @@ use warnings 'all';
 ###############################################################################
 # METADATA
 our $AUTHORITY = 'cpan:DOUGDUDE';
-our $VERSION   = '0.004';
+our $VERSION   = '0.005';
 
 ###############################################################################
 # MOOSE
@@ -193,7 +193,7 @@ the server.
 
 =head1 VERSION
 
-This documentation refers to L&lt;Net::NSCA::Client::Connection&gt; version 0.004
+This documentation refers to L&lt;Net::NSCA::Client::Connection&gt; version 0.005
 
 =head1 SYNOPSIS
 </diff>
      <filename>lib/Net/NSCA/Client/Connection.pm</filename>
    </modified>
    <modified>
      <diff>@@ -7,7 +7,7 @@ use warnings 'all';
 ###############################################################################
 # METADATA
 our $AUTHORITY = 'cpan:DOUGDUDE';
-our $VERSION   = '0.004';
+our $VERSION   = '0.005';
 
 ###############################################################################
 # MOOSE
@@ -106,7 +106,7 @@ a connection.
 =head1 VERSION
 
 This documentation refers to L&lt;Net::NSCA::Client::Connection::TLS&gt; version
-0.004
+0.005
 
 =head1 SYNOPSIS
 </diff>
      <filename>lib/Net/NSCA/Client/Connection/TLS.pm</filename>
    </modified>
    <modified>
      <diff>@@ -7,7 +7,7 @@ use warnings 'all';
 ###############################################################################
 # METADATA
 our $AUTHORITY = 'cpan:DOUGDUDE';
-our $VERSION   = '0.004';
+our $VERSION   = '0.005';
 
 ###############################################################################
 # MOOSE
@@ -273,7 +273,7 @@ Net::NSCA::Client::DataPacket - Implements data packet for the NSCA protocol
 
 =head1 VERSION
 
-This documentation refers to L&lt;Net::NSCA::Client::DataPacket&gt; version 0.004
+This documentation refers to L&lt;Net::NSCA::Client::DataPacket&gt; version 0.005
 
 =head1 SYNOPSIS
 </diff>
      <filename>lib/Net/NSCA/Client/DataPacket.pm</filename>
    </modified>
    <modified>
      <diff>@@ -7,7 +7,7 @@ use warnings 'all';
 ###############################################################################
 # METADATA
 our $AUTHORITY = 'cpan:DOUGDUDE';
-our $VERSION   = '0.004';
+our $VERSION   = '0.005';
 
 ###############################################################################
 # MOOSE
@@ -192,7 +192,7 @@ protocol
 
 =head1 VERSION
 
-This documentation refers to L&lt;Net::NSCA::Client::InitialPacket&gt; version 0.004
+This documentation refers to L&lt;Net::NSCA::Client::InitialPacket&gt; version 0.005
 
 =head1 SYNOPSIS
 </diff>
      <filename>lib/Net/NSCA/Client/InitialPacket.pm</filename>
    </modified>
    <modified>
      <diff>@@ -7,7 +7,7 @@ use warnings 'all';
 ###############################################################################
 # METADATA
 our $AUTHORITY = 'cpan:DOUGDUDE';
-our $VERSION   = '0.004';
+our $VERSION   = '0.005';
 
 ###############################################################################
 # MOOSE TYPE DECLARATIONS
@@ -73,7 +73,7 @@ Net::NSCA::Client::Library - Types library
 
 =head1 VERSION
 
-This documentation refers to L&lt;Net::NSCA::Client::Library&gt; version 0.004
+This documentation refers to L&lt;Net::NSCA::Client::Library&gt; version 0.005
 
 =head1 SYNOPSIS
 </diff>
      <filename>lib/Net/NSCA/Client/Library.pm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dc06ecd20d1e3037df46657bf7762cd0cad7da94</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/5cbd1a53228deb2b49ed43beb4514e50e0ba457c</url>
  <id>5cbd1a53228deb2b49ed43beb4514e50e0ba457c</id>
  <committed-date>2009-10-31T23:36:52-07:00</committed-date>
  <authored-date>2009-10-31T23:36:52-07:00</authored-date>
  <message>Bumped version to 0.005 and updated Changes</message>
  <tree>6a4d6d7ca7573b7d1ba16baf63dcb688d08334e6</tree>
  <committer>
    <name>Douglas Christopher Wilson</name>
    <email>dougwilson@live.com</email>
  </committer>
</commit>
