[SCM] Debian packaging of Devel-Autoflush CPAN distribution branch, master, updated. 0.5-1-3-g113e917

Marius Gavrilescu marius at ieval.ro
Sat Jun 22 14:04:26 UTC 2013


The following commit has been merged in the master branch:
commit 113e917990a89cabdccb18c693813311f31675c8
Author: Marius Gavrilescu <marius at ieval.ro>
Date:   Sat Jun 22 17:03:22 2013 +0300

    Remove 'my' from description

diff --git a/debian/control b/debian/control
index 0da3e5d..77b2790 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Description: module for setting autoflush from the command line
  .
    # guess.pl
    print "Guess a number: ";
-   my $n = <STDIN>;
+   $n = <STDIN>;
  .
  As long as the output is going to a terminal, the prompt is flushed when STDIN
  is read.  However, if the output is being piped, the print statement will

-- 
Debian packaging of Devel-Autoflush CPAN distribution



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