Skip to main content



Plack-App-ServiceStatus-0.911


Check and report status of various services needed by your app

Changes for 0.911 - 2023-02-14T20:58:04+01:00
  • use more complex strftime format, which is also more portable (Thomas Klausner)
  • bump perl req to 5.24 so i can use postfix deref (Thomas Klausner)
  • Fixed minor pod typo. (Mohammad S Anwar)

https://metacpan.org/dist/Plack-App-ServiceStatus


App-perlimports-0.000050


Make implicit imports explicit

Changes for 0.000050 - 2023-02-14T19:50:33Z
  • Add experimental --range-begin and --range-end flags, to be used for editor integration (GH#93) (Olaf Alders)
  • Remove unused variables (GH#95) (Olaf Alders)
  • Ignore more modules which don't eval (GH#94) (Olaf Alders)

https://metacpan.org/dist/App-perlimports


CGI-Widget-DBI-Search-0.32


CGI::Widget:😁BI::Search change logfile

Changes for 0.32
  • Remove Encode:😁etect dependency, since simply calling decode('utf8', $s) seems more reliable in general
  • Ensure all ampersands are html-escaped in final html output: & -> &
  • Reorganize Display::Grid->display_cell() method to be clearer, and wrap cell content in new div and spans for better styleability
  • Sort columns by name and strip html in Display::Grid->display_sort_popup(), and fix to run under CGI 4
  • Fix Grid and Table tests to get rid of indeterminant test code which can intermittently fail
  • New method prepend_bind_params(), useful for placeholders in SELECT clause, like MATCH (...) AGAINST (?)
  • Get rid of a width="100%" in table.searchResultsNavBarTable, so this can be styled by the user with CSS
  • Instead of die()ing from decode() errors in Base->decode_utf8(), simply return input string
  • Add -css_dataset_container_id and -css_table_row_extra_attr options
  • Make code run with CGI 4 without warnings about calling param() in list context
  • Add workaround for double-encoded utf8 strings, in Base->decode_utf8

https://metacpan.org/dist/CGI-Widget-DBI-Search