r33552 - /trunk/libscope-upper-perl/debian/control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Apr 19 11:31:56 UTC 2009


Author: gregoa
Date: Sun Apr 19 11:31:51 2009
New Revision: 33552

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33552
Log:
change weird spacing of bullet list in d/control

Modified:
    trunk/libscope-upper-perl/debian/control

Modified: trunk/libscope-upper-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libscope-upper-perl/debian/control?rev=33552&op=diff
==============================================================================
--- trunk/libscope-upper-perl/debian/control (original)
+++ trunk/libscope-upper-perl/debian/control Sun Apr 19 11:31:51 2009
@@ -17,9 +17,9 @@
  Scope::Upper lets you defer actions at run-time that will take place when the
  control flow returns into an upper scope. Currently, you can:
  .
-  *   hook an upper scope end with "reap";
-  *   localize variables, array/hash values or deletions of elements in
-      higher contexts with respectively "localize", "localize_elem" and
-      "localize_delete";
-  *   return values immediately to an upper level with "unwind", and know
-      which context was in use then with "want_at".
+  * hook an upper scope end with "reap";
+  * localize variables, array/hash values or deletions of elements in
+    higher contexts with respectively "localize", "localize_elem" and
+    "localize_delete";
+  * return values immediately to an upper level with "unwind", and know
+    which context was in use then with "want_at".




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