Mon Oct 19 16:21:45 2009pause [...] datademons.com - Ticket created
Subject:
Object-oriented code called procedurally.
Date:
Mon, 19 Oct 2009 16:21:51 -0400 (EDT)
To:
bug-HTML-FormFu [...] rt.cpan.org
From:
Justin W <pause [...] datademons.com>
On line 208 of HTML::FormFu::Element::Date's pm file, is the following line:
_build_month_list($self);
Which should presumably be:
$self->_build_month_list()
for those of us who want to subclass ::Date's _build_month_list() subroutine.
Justin
Thu Dec 10 08:40:36 2009cpan [...] fireartist.com - Correspondence added
methods/subroutines named with a leading underscore are private, and
shouldn't be accessed by any non-core code.
The list of month names can be set by:
$date->month->{names} = @months
Thu Dec 10 08:40:38 2009The RT System itself - Status changed from 'new' to 'open'
Thu Dec 10 08:40:43 2009cpan [...] fireartist.com - Status changed from 'open' to 'resolved'