Your message dated Sat, 2 Apr 2016 11:52:12 +0100
with message-id <[email protected]>
and subject line Re: Bug#617504: use A; use B; using just one use
has caused the Debian Bug report #617504,
regarding use A; use B; using just one use
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
617504: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617504
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: perl-doc
Version: 5.10.1-17
Severity: wishlist
File: /usr/share/man/man1/perlfunc.1.gz
perldoc -f use
could mention something for those curious how to write
use A; use B;
using just one use. Or say there that there is no way.
--- End Message ---
--- Begin Message ---
On Wed, Mar 09, 2011 at 07:27:25PM +0800, [email protected] wrote:
> Package: perl-doc
> Version: 5.10.1-17
> Severity: wishlist
> File: /usr/share/man/man1/perlfunc.1.gz
>
> perldoc -f use
> could mention something for those curious how to write
> use A; use B;
> using just one use. Or say there that there is no way.
The manual goes into extensive detail about how to use 'use' and
it is quite obvious from the examples given that it's designed to be
used for one module at a time. I don't think there's anything to do
here.
Dominic.
--- End Message ---