Skip Menu |

This queue is for tickets about the Class-Simple CPAN distribution.

Report information
The Basics
Id: 131135
Status: resolved
Worked: 2 hours (120 min)
Priority: 0/
Queue: Class-Simple

People
Owner: perldude [...] mac.com
Requestors: NHORNE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.19
Fixed in: 1.1



Subject: Add attributes in new()
It would be useful to have initial values set during the constructor rather than having a series of method calls every time around a loop that instantiates lots of C::S objects.
Agreed. And I have time to work on it in the next few weeks!
Initializing attributes during new() has been implemented. Tests added. POD updated.