Revision history for Perl extension DBIx::HTML::PopupRadio.
1.17 2021-02-02T15:57:00
- Adopt new repo structure. See
http://savage.net.au/Ron/html/My.Workflow.for.Building.Distros.html.
- Reformat Makefile.PL.
- Rename CHANGES to Changes.
- Make license explicitly perl.
- Add t/00.*.
- Update Makefile.PL and POD to change RT to github.
1.16 Sun Feb 21 12:55:00 2010
- Remove text 'All rights reserved' (for Debian licensing).
- Remove POD heads 'Required Modules' and 'Changes'.
1.15 Wed Feb 10 14:01:48 2010
- MANIFEST.SKIP updated to exclude MYMETA.yml. Add MYMETA.yml.
1.14 Fri Nov 13 13:20:00 2009
- Run dos2unix
- Rename Changes.txt to CHANGES
1.13 Wed Mar 22 10:57:00 2006
- In subs popup_menu and radio_group, use a case-insensitive compare when trying to set the default menu item.
I need this in one project because the menu values and the default come from different databases
1.12 Mon Dec 12 13:18:00 2005
- In sub popup_menu(), check the caller has set a default value before trying to use the default.
This stops an 'uninitialized' warning being emitted
- Add more patterns to MANIFEST.SKIP
1.11 Wed Nov 9 15:38:00 2005
- Add a new parameter to new() and set(): options.
This takes a hash ref as its value, and allows you to specify any list of options
you wish to add to the HTML of the 'select'. Eg:
With new(name => 'a_name', ...), the 'select' would look like: