Skip Menu |

This queue is for tickets about the Pquota CPAN distribution.

Report information
The Basics
Id: 4635
Status: open
Priority: 0/
Queue: Pquota

People
Owner: dbonner [...] cs.bu.edu
Requestors: eric [...] bu.edu
Cc:
AdminCc:

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



Subject: bug in Pquota-1.1
Grep for string els in attached module Pquota-1.1.pm There was a missing @_ in function printer_get_field(): fixed section of code is as follow--I inserted @_ ..... ## get an arbitrary field in a printer entry sub printer_get_field { my ($self, $printer, $key)=@_; #els fixed bug missing @_ 12-9-03 my $entry; ...... I'm guessing that leaving out the @_ may have worked in Perl 4, but it doesn't work anymore.

Message body is not shown because it is too large.

Yup, definitely a bug. Feel like taking maintainership and submitting the fixed version to cpan?
[eric@bu.edu - Thu Dec 11 13:34:25 2003]: Show quoted text
> I don't know your module well enough to maintain it--I'm using it as a > basis to track and charge (!) for printing > costs in our dept., since BU's last departmental funding cut forced us > to start pinching pennies. We needed a way > to be able to impose and maintain different general categories (ADMIN, > PERSONAL, SUPPORTED), and > to charge the SUPPORTED categories via a grant by grant > breakdown....hope you're finding all this interesting!
Ah, well. A fella can dream. I'll see if I can remember how to submit to cpan. Thanks for the fix, though.