r27351 - /trunk/dh-make-perl/dh-make-perl

pjf-guest at users.alioth.debian.org pjf-guest at users.alioth.debian.org
Thu Nov 27 13:06:03 UTC 2008


Author: pjf-guest
Date: Thu Nov 27 13:05:56 2008
New Revision: 27351

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27351
Log:
Improved help message when trying to install core modules.
We now explicitly tell the user they can use --core-ok to build core modules.

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=27351&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Thu Nov 27 13:05:56 2008
@@ -701,7 +701,7 @@
 
         # Is the module a core module?
         if ( is_core_module( $opts{cpan} ) ) {
-            die "$opts{cpan} is a standard module.\n"
+            die "$opts{cpan} is a standard module. Will not build without --core-ok.\n"
                 unless $opts{'core-ok'};
         }
 




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