r19693 - /trunk/libdata-stag-perl/debian/control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu May 8 15:12:27 UTC 2008


Author: gregoa
Date: Thu May  8 15:12:26 2008
New Revision: 19693

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19693
Log:
debian/control: indent code samples to avoid wrapping the lines

Modified:
    trunk/libdata-stag-perl/debian/control

Modified: trunk/libdata-stag-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-stag-perl/debian/control?rev=19693&op=diff
==============================================================================
--- trunk/libdata-stag-perl/debian/control (original)
+++ trunk/libdata-stag-perl/debian/control Thu May  8 15:12:26 2008
@@ -20,9 +20,9 @@
  datastructures can be represented as nested arrays, which have the
  advantage of being native to perl. A simple example is shown below:
  .
- [ person=> [  [ family_name => $family_name ],
- [ given_name  => $given_name  ],
- [ phone_no    => $phone_no    ] ] ],
+  [ person=> [  [ family_name => $family_name ],
+  [ given_name  => $given_name  ],
+  [ phone_no    => $phone_no    ] ] ],
  .
  Data::Stag uses a subset of XML for import and export. This
  means the module can also be used as a general XML parser/writer (with




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