r20531 - /trunk/libtoolkit-perl/debian/control
antgel-guest at users.alioth.debian.org
antgel-guest at users.alioth.debian.org
Thu May 29 20:42:18 UTC 2008
Author: antgel-guest
Date: Thu May 29 20:42:18 2008
New Revision: 20531
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20531
Log:
Indent code samples with an extra space to avoid mangling by certain
tools
Modified:
trunk/libtoolkit-perl/debian/control
Modified: trunk/libtoolkit-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtoolkit-perl/debian/control?rev=20531&op=diff
==============================================================================
--- trunk/libtoolkit-perl/debian/control (original)
+++ trunk/libtoolkit-perl/debian/control Thu May 29 20:42:18 2008
@@ -18,13 +18,13 @@
all the time, and then loads them for you automatically. For example, instead
of always writing:
.
- use strict;
- use warnings;
- use Carp;
- use Smart::Comments;
+ use strict;
+ use warnings;
+ use Carp;
+ use Smart::Comments;
.
in every program/module, you can just write:
.
- use Toolkit;
+ use Toolkit;
.
and put all your favorite modules in a file.
More information about the Pkg-perl-cvs-commits
mailing list