r76305 - /trunk/libterm-ttyrec-plus-perl/debian/control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jun 23 00:15:42 UTC 2011


Author: gregoa
Date: Thu Jun 23 00:15:33 2011
New Revision: 76305

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76305
Log:
take long description from POD instead of README

Modified:
    trunk/libterm-ttyrec-plus-perl/debian/control

Modified: trunk/libterm-ttyrec-plus-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-ttyrec-plus-perl/debian/control?rev=76305&op=diff
==============================================================================
--- trunk/libterm-ttyrec-plus-perl/debian/control (original)
+++ trunk/libterm-ttyrec-plus-perl/debian/control Thu Jun 23 00:15:33 2011
@@ -16,7 +16,9 @@
 Depends: ${misc:Depends}, ${perl:Depends},
  perl (>= 5.10.1) | libio-compress-perl | libio-compress-bzip2-perl
 Description: module for reading a ttyrec
- Term::TtyRec::Plus is used to read the individual frames of a ttyrec. It
- allows you to specify a callback that is run before the caller receives a
- frame's information. For example, you can modify the timestamp of a frame and
- that change will be respected in all further timestamps.
+ Term::TtyRec::Plus is a module that lets you read ttyrec files. The related
+ module, Term::TtyRec is designed more for simple interactions.
+ .
+ Term::TtyRec::Plus gives you more information and, using a callback, lets you
+ munge the data block and timestamp. It will do all the subtle work of making
+ sure timing is kept consistent, and of rebuilding each frame header.




More information about the Pkg-perl-cvs-commits mailing list