Karen Etheridge

Results 129 issues of Karen Etheridge

For the "show my files" and "delete files" views, it would be helpful to add an icon next to files which have representation in the 02packages index, as an indicator...

indexer

See the message to module-authors: http://www.nntp.perl.org/group/perl.module-authors/2016/03/msg10720.html ``` The following report has been written by the PAUSE namespace indexer. Please contact [email protected] if there are any open questions. User: GUIMARD (Xavier...

indexer

see https://rt.cpan.org/Ticket/Display.html?id=108208

indexer

I just discovered a significant behaviour difference between options methods on Select fields, depending on how they are declared: ``` has_field foo => ( type => 'Select', options_method => sub...

as per github: ``` 17:03 < ether> gshank: your last change to the Text field, for TextCSV, makes it no longer possible to use a transformer to alter the value...

Changing t/fields/textcsv.t thusly: ``` -$form->process( init_object => $init_obj ); +ok($form->process( init_object => $init_obj ), 'form processed without errors'); -$form->process( $params ); +ok($form->process( $params ), 'form processed without errors'); ``` results...

..most of the other modules have `$VERSION = '0.02'` or similar. This can be fixed using dzil in a number of ways, depending on how you like to do your...

I'm doing this in CE code, and this would be a lot nicer if the field class itself knew how to do this (probably in HTML::FormHandler::Model::DBIC I suppose): ``` package...