Skip to main content



HTTP-Daemon-6.16


A simple http server class

Changes for 6.16 - 2023-02-24T03:07:14Z

  • Bump LWP::UserAgent to 6.37 in TestSuggests (GH#65) (Olaf Alders)

metacpan.org/dist/HTTP-Daemon



UUID-FFI-0.11


Universally Unique Identifiers FFI style

Changes for 0.11 - 2023-02-23T19:26:50Z

  • Alien::libuuid is now a prerequsite listed in META.json. If it is not needed it will be removed in the configure stage instead of added if it is needed (gh#10)

metacpan.org/dist/UUID-FFI



App-TextWrapUtils-0.003


Utilities related to text wrapping

Changes for 0.003 - 2022-12-13

  • Add utility: textunwrap.
  • Tweak Abstract for textwrap.

metacpan.org/dist/App-TextWrap…



SQL-Translator-1.63


SQL DDL transformations and more

Changes for 1.63 - 2023-02-23

  • sqlt-diff: Change producer_args to sqlt_args for better self-documentation NOTE - using producer_args will now throw a deprecation warning
  • FEATURES
  • A lot of new functionality for the Oracle producer (thanks @hazardv)
  • Support DB commments in the following producers: PG, JSON, YAML. Also in the sqlite parser (thanks @djerius)
  • Support INCLUDE on indices for Pg (producer + parser)
  • Postgres producer now supports materialized views via $extra->{materialized}
  • FIXES
  • Postgres producer genrates correct constraint names for schema-namespaced tables
  • Postgres DBI parser now returns scalarref SQL instead of strings for defaults (thanks @nrdvana)
  • Postgres producer drops NOT NULL constraints more correctly (thanks @uehara-delta)
  • binaries now have their perl set by EUMM (thanks @toddr)

metacpan.org/dist/SQL-Translat…



DB-Object-v0.11.0


A SQL Database object abstraction class

Changes for v0.11.0 - 2022-12-22T21:35:05Z

  • Minor correction to method format_update() in DB::Object::Query
  • Implemented handling of use of unknown fields (via the $tbl->fo->some_field mechanism)
  • Created new Module DB::Object::Fields::Unknown
  • Updated methods _group_order(), _where_having() in DB::Object::Query
  • Updated _process_limit in DB::Object::Query to take under account user-specified placeholders
  • Also updated DB::Object::Mysql::Query, DB::Object::Postgres::Query and DB::Object::SQLite::Query

metacpan.org/dist/DB-Object