.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "DhMakePerl::Command::make 3pm" .TH DhMakePerl::Command::make 3pm 2024-03-14 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME DhMakePerl::Command::make \- implementation of 'dh\-make\-perl make' .SH SYNOPSIS .IX Header "SYNOPSIS" TO BE FILLED .PP .Vb 1 \& use DhMakePerl; \& \& my $foo = DhMakePerl\->new(); \& ... .Ve .SH METHODS .IX Header "METHODS" .IP "warning \fIstring\fR ..." 4 .IX Item "warning string ..." In verbose mode, prints supplied arguments on STDERR, prepended with \f(CW\*(C`W: \*(C'\fR and suffixed with a new line. .Sp Does nothing in non-verbose mode. .IP "info \fIstring\fR ..." 4 .IX Item "info string ..." In verbose mode, prints supplied arguments on STDERR, prepended with \f(CW\*(C`I: \*(C'\fR and suffixed with a new line. .Sp Does nothing in non-verbose mode. .SH AUTHOR .IX Header "AUTHOR" dh-make-perl was created by Paolo Molaro. .PP It is currently maintained by Gunnar Wolf and others, under the umbrella of the Debian Perl Group .SH BUGS .IX Header "BUGS" Please report any bugs or feature requests to the Debian Bug Tracking System (, use \fIdh-make-perl\fR as package name) or to the debian\-perl@lists.debian.org mailing list. .SH SUPPORT .IX Header "SUPPORT" You can find documentation for this module with the perldoc command. .PP .Vb 1 \& perldoc DhMakePerl .Ve .PP You can also look for information at: .IP \(bu 4 Debian Bug Tracking System .Sp .SH "COPYRIGHT & LICENSE" .IX Header "COPYRIGHT & LICENSE" .IP "Copyright (C) 2000, 2001 Paolo Molaro " 4 .IX Item "Copyright (C) 2000, 2001 Paolo Molaro " .PD 0 .IP "Copyright (C) 2002, 2003, 2008 Ivan Kohler " 4 .IX Item "Copyright (C) 2002, 2003, 2008 Ivan Kohler " .IP "Copyright (C) 2003, 2004 Marc 'HE' Brockschmidt " 4 .IX Item "Copyright (C) 2003, 2004 Marc 'HE' Brockschmidt " .IP "Copyright (C) 2005\-2007 Gunnar Wolf " 4 .IX Item "Copyright (C) 2005-2007 Gunnar Wolf " .IP "Copyright (C) 2006 Frank Lichtenheld " 4 .IX Item "Copyright (C) 2006 Frank Lichtenheld " .IP "Copyright (C) 2007\-2023 gregor herrmann " 4 .IX Item "Copyright (C) 2007-2023 gregor herrmann " .IP "Copyright (C) 2007,2008,2009,2010,2011,2012,2015 Damyan Ivanov " 4 .IX Item "Copyright (C) 2007,2008,2009,2010,2011,2012,2015 Damyan Ivanov " .IP "Copyright (C) 2008, Roberto C. Sanchez " 4 .IX Item "Copyright (C) 2008, Roberto C. Sanchez " .IP "Copyright (C) 2009\-2010, Salvatore Bonaccorso " 4 .IX Item "Copyright (C) 2009-2010, Salvatore Bonaccorso " .IP "Copyright (C) 2013, Axel Beckert " 4 .IX Item "Copyright (C) 2013, Axel Beckert " .PD .PP This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. .PP This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. .PP You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110\-1301 USA.