r31816 - in /trunk/libdevel-repl-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Mar 9 16:23:25 UTC 2009


Author: gregoa
Date: Mon Mar  9 16:23:22 2009
New Revision: 31816

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31816
Log:
debian/control: extend long description.

Modified:
    trunk/libdevel-repl-perl/debian/changelog
    trunk/libdevel-repl-perl/debian/control

Modified: trunk/libdevel-repl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-repl-perl/debian/changelog?rev=31816&op=diff
==============================================================================
--- trunk/libdevel-repl-perl/debian/changelog (original)
+++ trunk/libdevel-repl-perl/debian/changelog Mon Mar  9 16:23:22 2009
@@ -25,6 +25,7 @@
     Debian Policy since 3.8.0.
   * Install example script.
   * debian/copyright: update formatting and contents.
+  * debian/control: extend long description.
 
  -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 08 Mar 2009 22:49:48 -0700
 

Modified: trunk/libdevel-repl-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-repl-perl/debian/control?rev=31816&op=diff
==============================================================================
--- trunk/libdevel-repl-perl/debian/control (original)
+++ trunk/libdevel-repl-perl/debian/control Mon Mar  9 16:23:22 2009
@@ -30,4 +30,11 @@
 Recommends: libterm-readline-gnu-perl
 Description: Perl module for building a modern Perl interactive shell
  Devel::REPL is a Moose-based and very flexible module to create
- Read-Evaluate-Print-Loops (REPL) in Perl.
+ Read-Evaluate-Print-Loops (REPL) in Perl. The shell provides for rapid
+ development or testing of code without the need to create a temporary source
+ code file.
+ .
+ Through a plugin system, many features are available on demand. You can also
+ tailor the environment through the use of profiles and run control files, for
+ example to pre-load certain Perl modules when working on a particular
+ project.




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