From: Matt S Trout <mst@shadowcat.co.uk>
Date: Fri, 8 Jan 2016 19:09:45 +0000 (+0000)
Subject: doooooooom
X-Git-Tag: v0.001004~2
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e937993be9115ddd063c8a4c51c8a0965930dcce;p=scpubgit%2FTak.git

doooooooom
---

diff --git a/Changes b/Changes
index 5b8625e..3df1f26 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+  - declare dead
   - fix Ssyshere to Shere after re-reading UUCP protocol docs
   - Added example on use - pixie79
 
diff --git a/lib/Tak.pm b/lib/Tak.pm
index 7258b73..55bfc7f 100644
--- a/lib/Tak.pm
+++ b/lib/Tak.pm
@@ -3,7 +3,7 @@ package Tak;
 use Tak::Loop;
 use strictures 1;
 
-our $VERSION = '0.001003'; # 0.1.3
+our $VERSION = '0.001004'; # 0.1.4
 
 our ($loop, $did_upgrade);
 
@@ -49,10 +49,17 @@ sub await_all {
 
 =head1 NAME
 
-Tak - Multi host remote control over ssh
+Tak - Multi host remote control over ssh (then I wrote Object::Remote)
 
 =head1 SYNOPSIS
 
+  # Curse at mst for doing it again under a different name
+  # Curse at mst some more
+  $ cpanm Object::Remote
+  # Now go use that
+
+(sorry, I should've done a tombstone release ages back)
+
   bin/tak -h user1@host1 -h user2@host2 exec cat /etc/hostname
 
 or