Skip Menu |

This queue is for tickets about the Net-DHCP CPAN distribution.

Report information
The Basics
Id: 79384
Status: resolved
Priority: 0/
Queue: Net-DHCP

People
Owner: Nobody in particular
Requestors: madcityzen [...] gmail.com
Cc:
AdminCc:

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



Subject: Synopsis duplicates "new"
The synopsis for Net::DHCP::Packet has: my $p = new Net::DHCP::Packet->new( It should probably be: my $p = Net::DHCP::Packet->new(
On Mon Sep 03 18:01:15 2012, madcityzen@gmail.com wrote: Show quoted text
> The synopsis for Net::DHCP::Packet has: > > my $p = new Net::DHCP::Packet->new( > > It should probably be: > > my $p = Net::DHCP::Packet->new(
ahh yes, youre right. thanks for pointing that out. i have just released a very minor update.