Skip to main content





App-samesize-0.018


現行ディレクトリにある全く同じバイトサイズのファイルを一覧にする。MD5ハッシュ値を使うオプションもある。

Changes for 0.018 - 2023-03-24


metacpan.org/dist/App-samesize



DB-Object-v0.11.1


A SQL Database object abstraction class

Changes for v0.11.1 - 2023-03-24T13:08:15Z

  • Updated DB::Object::Query::_group_order() to accept an array object as an argument.
  • Added method columns() in DB::Object::Tables
  • Improved method select() in DB::Object::Query
  • Corrected method _group_order() in DB::Object::Query to use the right column prefix
  • Added the class DB::Object::IN in DB::Object and method DB::Object::IN() to implement the SQL operator "IN"
  • Added the class DB::Object::Expression inside DB::Object
  • Corrected a warning due to undefined value in DB::Object::Fields
  • Corrected method _where_having() in DB::Object::Query that did not handle properly embedded operators AND/OR

metacpan.org/dist/DB-Object



Net-API-REST-v0.8.1


Implementation of RESTful API

Changes for v0.8.1 - 2023-03-24T16:24:44Z

  • Changing approach in method reply() in Net::API::REST for post-response callback using $r->pool->cleanup_register
  • Corrected method route() for using per HTTP method class method, such as _get => My::Module->list
  • Corrected method variables() in class Net::API::REST::Endpoint to use the right support method.

metacpan.org/dist/Net-API-REST