Skip Menu |

This queue is for tickets about the User-Utmp CPAN distribution.

Report information
The Basics
Id: 24426
Status: open
Priority: 0/
Queue: User-Utmp

People
Owner: mxp [...] dynalabs.de
Requestors: bill [...] bfccomputing.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: putut in EXPORT_OK?
Date: Wed, 17 Jan 2007 18:43:11 -0500
To: bug-User-Utmp [...] rt.cpan.org
From: Bill McGonigle <bill [...] bfccomputing.com>
I'm sometimes seeing "Can't locate auto/User/Utmp/putut.al in @INC" errors - I fixed the source that was calling putut() but I notice it's still listed in EXPORT_OK, which, if I haven't confused myself, might be the source of it looking for 'putut.al'. -Bill ----- Bill McGonigle, Owner Work: 603.448.4440 BFC Computing, LLC Home: 603.448.1668 bill@bfccomputing.com Cell: 603.252.2606 http://www.bfccomputing.com/ Page: 603.442.1833 Blog: http://blog.bfccomputing.com/ VCard: http://bfccomputing.com/vcard/bill.vcf
From: MPIOTR [...] cpan.org
On Wed Jan 17 18:44:14 2007, bill@bfccomputing.com wrote: Show quoted text
> I'm sometimes seeing "Can't locate auto/User/Utmp/putut.al in @INC" > errors - I fixed the source that was calling putut() but I notice > it's still listed in EXPORT_OK, which, if I haven't confused myself, > might be the source of it looking for 'putut.al'.
Which version of User::Utmp are you using?
Subject: Re: [rt.cpan.org #24426] putut in EXPORT_OK?
Date: Thu, 18 Jan 2007 10:49:22 -0500
To: bug-User-Utmp [...] rt.cpan.org
From: Bill McGonigle <bill [...] bfccomputing.com>
On Jan 18, 2007, at 10:03, Michael_Piotrowski via RT wrote: Show quoted text
> Which version of User::Utmp are you using?
CPAN says it's 1.8 but the file says "# @(#) $Id: Utmp.pm 1.1.1.3 Mon, 27 Mar 2006 02:20:00 +0200 mxp $" For clarification, the lines I was looking at were: @EXPORT_OK = qw(setutent getut putut utmpname and %EXPORT_TAGS = (utmp => [qw(getut putut utmpname)],
From: MPIOTR [...] cpan.org
On Thu Jan 18 10:50:42 2007, bill@bfccomputing.com wrote: Show quoted text
> On Jan 18, 2007, at 10:03, Michael_Piotrowski via RT wrote: >
> > Which version of User::Utmp are you using?
> > CPAN says it's 1.8 but the file says "# @(#) $Id: Utmp.pm 1.1.1.3 > Mon, 27 Mar 2006 02:20:00 +0200 mxp $" > > For clarification, the lines I was looking at were: > > @EXPORT_OK = qw(setutent getut putut utmpname > > and > > %EXPORT_TAGS = (utmp => [qw(getut putut utmpname)],
Ok, thanks. I see. I was asking since I'd already fixed this in my local version. I haven't released it yet because I got interrupted and thus the changes aren't documented. If you want, I could send it to you.