r28056 - /trunk/dh-make-perl/dh-make-perl

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Dec 11 08:39:14 UTC 2008


Author: dmn
Date: Thu Dec 11 08:39:11 2008
New Revision: 28056

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28056
Log:
add __END__ before the POD

the actual code here is four lines. the rest 360 is POD. by adding __END__
we'll save the interpreter the hassle of parsing unused text

Modified:
    trunk/dh-make-perl/dh-make-perl

Modified: trunk/dh-make-perl/dh-make-perl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/dh-make-perl?rev=28056&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Thu Dec 11 08:39:11 2008
@@ -6,6 +6,8 @@
 use DhMakePerl;
 
 exit DhMakePerl::run();
+
+__END__
 
 =head1 NAME
 




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