summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-03-04 23:54:15 -0600
committerJesse Luehrs <doy@tozt.net>2012-03-04 23:54:15 -0600
commita2e9dc631a278e553dca10966e800f68889bda1f (patch)
tree76d149105831a0ef1fd6b686d5dcf3c7c87d7595
parent9052192354aceab90a49f26b4c3fc1db2428c027 (diff)
downloadapp-ttyrec-a2e9dc631a278e553dca10966e800f68889bda1f.tar.gz
app-ttyrec-a2e9dc631a278e553dca10966e800f68889bda1f.zip
we need Tie::Handle::TtyRec changes in 0.04 for appending
-rw-r--r--lib/App/Ttyrec.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/Ttyrec.pm b/lib/App/Ttyrec.pm
index 305ee8d..681b5fa 100644
--- a/lib/App/Ttyrec.pm
+++ b/lib/App/Ttyrec.pm
@@ -3,7 +3,7 @@ use Moose;
use Scalar::Util 'weaken';
use Term::Filter;
-use Tie::Handle::TtyRec;
+use Tie::Handle::TtyRec 0.04;
has ttyrec_file => (
is => 'ro',