<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>scripts/net-bittorrent.pl</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -294,6 +294,7 @@ END
             # gather various info
             my (@bits) = split q[,],
                 qx[git log --pretty=format:&quot;%at,%H,%x25%x73 %h %x25%x2E%x32%x30%x73 %ce&quot; -n 1 $file];
+            next FILE if !@bits;
 
             #my $Mod = qx[git log -n 1 --pretty=format:&quot;%cr&quot;];
             my $Date = POSIX::strftime('%Y-%m-%d %H:%M:%SZ (%a, %d %b %Y)',
@@ -343,6 +344,22 @@ END
     return 1;
 }
 
+sub ACTION_testkwalitee {
+    my ($self) = @_;
+    use Test::More;
+    eval { require Test::Kwalitee; Test::Kwalitee-&gt;import() };
+    plan( skip_all =&gt; 'Test::Kwalitee not installed; skipping' ) if $@;
+}
+
+
+sub ACTION_testpod {
+    my ($self) = @_;
+    use Test::More;
+    eval &quot;use Test::Pod 1.00&quot;;
+    plan skip_all =&gt; &quot;Test::Pod 1.00 required for testing POD&quot; if $@;
+    all_pod_files_ok(all_pod_files(qw[lib scripts tatoeba t]));
+}
+
 sub ACTION_distmeta {
     my ($self) = @_;
     $self-&gt;do_create_makefile_pl if $self-&gt;create_makefile_pl;
@@ -411,8 +428,7 @@ my $mb = $class-&gt;new(
                      }
                  }
     },
-
-#script_files =&gt; qw[scripts/bittorrent.pl], # relocated to tatoeba/005-console.pl
+    script_files =&gt; qw[scripts/net-bittorrent.pl],
     test_files =&gt; \@tests,
     meta_merge =&gt; {
         generated_by =&gt; q[Conversion, software version 7.0],</diff>
      <filename>Build.PL</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,24 @@
-Version 0.050 | 2009-02-12 19:52:19Z (Thu, 12 Feb 2009) | 3d04563
+Version 0.0XX | Distant future | d8d71ee
+
+    API Changes/Compatibility Information:
+     * N/A
+
+    Resolved Issues/Bug Fixes:
+     * N/A
+
+    Protocol/Behavioral Changes:
+     * N/A
+
+    Documentation/Sample Code/Test Suite:
+    * New script /scripts/net-bittorrent.pl is installed with distribution. It
+        is a very short version of /tatoeba/005-console.pl
+
+    Notes:
+     * Meanwhile...
+         - New IRC-based support: irc://irc.p2p-network.com/net-bittorrent
+
+---
+Version 0.050 | 2009-02-13 20:55:16Z (Fri, 13 Feb 2009) | d8d71ee
 
     API Changes/Compatibility Information:
      * N::B::Peer objects have their sockets closed and removed *before*
@@ -376,7 +396,7 @@ _ -.-. .... .- -. --. . ... _________________________________________
 For more information, see the commit log:
     http://github.com/sanko/net-bittorrent/commits/master
 
-$Ver: 0.050 $ from git
-$Date: 2009-02-12 19:52:19Z (Thu, 12 Feb 2009) $
-$Rev: 3d04563ed53b5f152fafb60975f7df416364e8d8 $
-$Url: http://github.com/sanko/net-bittorrent/raw/3d04563ed53b5f152fafb60975f7df416364e8d8/Changes $
+$Ver: 0.050_001 $ from git
+$Date: 2009-02-13 20:55:16Z (Fri, 13 Feb 2009) $
+$Rev: d8d71ee3dd208ccb1396d48008da75cca2630f7d $
+$Url: http://github.com/sanko/net-bittorrent/raw/d8d71ee3dd208ccb1396d48008da75cca2630f7d/Changes $</diff>
      <filename>Changes</filename>
    </modified>
    <modified>
      <diff>@@ -17,6 +17,7 @@ MANIFEST			This list of files
 META.yml
 Notes.pod
 README
+scripts/net-bittorrent.pl
 t/000_miniswarm/007_miniswarm_http.t
 t/000_miniswarm/008_miniswarm_dht.t
 t/000_miniswarm/009_miniswarm_udp.t</diff>
      <filename>MANIFEST</filename>
    </modified>
    <modified>
      <diff>@@ -46,19 +46,8 @@
 \bNet-BitTorrent-[\d\.\_]+
 
 # Don't package incomplete/private stuff
-scripts/gui\.pl
-scripts/gui\.xrc
-scripts/bittorrent_full.pl
-scripts/POE\.pl
-scripts/webg?ui\.pl
-scripts/x.*\.pl
-scripts/.*\.zip
-scripts/.*\.js
-scripts/.*\.bencode
-scripts/.*\.torrent
 scripts/.+/.+
-# renamed tatoeba/005-console.pl and no longer installed with N::B
-scripts/bittorrent.pl
+scripts/x.pl
 
 # Don't package silly stuff
 tatoeba/.+/.+</diff>
      <filename>MANIFEST.SKIP</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ package Net::BitTorrent::Version;
     use strict;
     use warnings;
     use version qw[qv];
-    our $VERSION_BASE = 50; our $UNSTABLE_RELEASE = 0; our $VERSION = sprintf(($UNSTABLE_RELEASE ? q[%.3f_%03d] : q[%.3f]), (version-&gt;new(($VERSION_BASE))-&gt;numify / 1000), $UNSTABLE_RELEASE);
+    our $VERSION_BASE = 50; our $UNSTABLE_RELEASE = 1; our $VERSION = sprintf(($UNSTABLE_RELEASE ? q[%.3f_%03d] : q[%.3f]), (version-&gt;new(($VERSION_BASE))-&gt;numify / 1000), $UNSTABLE_RELEASE);
     our $PRODUCT_TOKEN = qq[Net::BitTorrent $VERSION];
 
     sub gen_peerid {
@@ -170,6 +170,6 @@ clarification, see http://creativecommons.org/licenses/by-sa/3.0/us/.
 Neither this module nor the L&lt;Author|/Author&gt; is affiliated with
 BitTorrent, Inc.
 
-=for svn $Id: Version.pm 3f42870 2009-02-12 05:01:56Z sanko@cpan.org $
+=for svn $Id: Version.pm d8d71ee 2009-02-13 20:55:16Z sanko@cpan.org $
 
 =cut</diff>
      <filename>lib/Net/BitTorrent/Version.pm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d8d71ee3dd208ccb1396d48008da75cca2630f7d</id>
    </parent>
  </parents>
  <author>
    <name>Sanko Robinson</name>
    <email>sanko@cpan.org</email>
  </author>
  <url>http://github.com/sanko/net-bittorrent/commit/862fd0369f8a45f553a1c12d4d3b3ca1820c81a9</url>
  <id>862fd0369f8a45f553a1c12d4d3b3ca1820c81a9</id>
  <committed-date>2009-02-17T14:11:17-08:00</committed-date>
  <authored-date>2009-02-17T14:11:17-08:00</authored-date>
  <message>And the cycle begins anew

    * New script /scripts/net-bittorrent.pl is installed with distribution. It
        is a very short version of /tatoeba/005-console.pl
    * Version bump to 0.050_001
    * New dev build action 'testkwalitee' and an expanded 'testpod'
    * Dev build action 'changes' no longer burps on new, uncommited files</message>
  <tree>f42c9dc9e2a3d822bf3ccc5611402a4908c932c2</tree>
  <committer>
    <name>Sanko Robinson</name>
    <email>sanko@cpan.org</email>
  </committer>
</commit>
