r67405 - /trunk/libhttp-tiny-perl/debian/control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Jan 14 20:43:53 UTC 2011


Author: gregoa
Date: Fri Jan 14 20:43:46 2011
New Revision: 67405

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67405
Log:
mention module name in long description

Modified:
    trunk/libhttp-tiny-perl/debian/control

Modified: trunk/libhttp-tiny-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/debian/control?rev=67405&op=diff
==============================================================================
--- trunk/libhttp-tiny-perl/debian/control (original)
+++ trunk/libhttp-tiny-perl/debian/control Fri Jan 14 20:43:46 2011
@@ -15,8 +15,9 @@
 Depends: ${misc:Depends}, ${perl:Depends}
 Recommends: libio-socket-ssl-perl
 Description: Perl module that implements a small, simple, correct HTTP/1.1 client
- This is a very simple HTTP/1.1 client, designed primarily for doing simple
- GET requests without the overhead of a large framework like LWP::UserAgent.
+ HTTP::Tiny is a very simple HTTP/1.1 client, designed primarily for doing
+ simple GET requests without the overhead of a large framework like
+ LWP::UserAgent.
  .
  It is more correct and more complete than HTTP::Lite. It supports proxies
  (currently only non-authenticating ones) and redirection. It also correctly




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