Schemas related to filesystem path
Changes for 0.022 - 2023-10-29
- Add schema: dirname::default_curdir_abs.
CPAN releases for the year 2023
Changes for 20231120.0 - 2023-11-20
- First release.
CPAN releases for the year 2022
Changes for 20231120.1 - 2023-11-20
- Update data (2022 complete).
Schemas related to filesystem path
Changes for 0.024 - 2023-11-18
- Add schemas: filename::{,exists::}default_only_file_in_curdir, dirname::{,exists::}default_only_subdir_in_curdir.
Schemas related to filesystem path
Changes for 0.023 - 2023-11-18
- Add schemas: {dir,file,path}name::unix::dirname.
Write completion routines in x.{,element_,index_}completion attributes
Changes for 0.106 - 2023-11-18
- [bugfix] Avoid passing extraneous arguments to complete_array_elem() because the function checks against them.
Write completion routines in x.{,element_,index_}completion attributes
Changes for 0.105 - 2023-11-18
- Add completion rules: {file,dir,path}name_curdir.
Utilities related to desktop trash
Changes for 0.004 - 2023-08-07
- [cli trash-list-trashes] Add option --home-only.
Role for Object::Pad that dynamically handles a TO_JSON serialization based on the MOP
Changes for 1.1 - 2023-11-19
- Remove unused ::Equ module
- Lower perl version to 5.26, minimum requirement for some of the role features in use
Automated nested object creation with Object::Pad
Changes for 1.1 - 2023-11-19
- Use keyword/function version of the equ operator, thus not needing 5.38
- Reduce perl version requirement to 5.26 as a minimum needed for role features
Base class and script for parse and print MARC leader.
Changes for 0.01 - 2023-11-19T21:07:25+01:00
- First version.
guess C++ compiler and flags
Changes for 0.27 - 2023-11-19
- support C++20 and C++23 standards, and vendored version output - thanks @tonycoz
Load lines from file
Changes for 1.030
- Add support for blob, soft failures and network fetching.
- (With chomp=0) Allow final line to not be terminated.
Tools for testing Neo4j type modules
Changes for 0.08 - 2023-11-19
- Test::Neo4j::Types has been merged into the Neo4j-Types 2.00 distribution.
MARC leader class for print.
Changes for 0.01 - 2023-11-19T17:44:04+01:00
- First version.
Class library for rapid development
Changes for 1.213 - 2023-11
- Quiq::Array
- Quiq::Cache
- Quiq::Object
- Quiq::Path
- Quiq::PhotoStorage
- Quiq::TeX::Code
- Quiq::Rsync
Data objects for MARC leader.
Changes for 0.02 - 2023-11-19T14:19:59+01:00
- Add Utils::desc_type_of_control().
MARC leader class.
Changes for 0.03 - 2023-11-19T14:19:04+01:00
- Add example to doc for parse() and pretty print of object.
- Fix typo of variable in doc.
A Perl implementation of the OpenTelemetry standard
Changes for 0.017 - 2023-11-19T12:39:37+00:00
- Undo conditional logic in Tracer's in_span introduced in 0.016. The span is read-only, so we cannot read its status. We now set the status unconditionally, but the user is free to mark the span as ended, in which case the automatically set status will be discarded.
An implementation of the OpenTelemetry SDK for Perl
Changes for 0.016 - 2023-11-19T11:42:51+00:00
- Do not warn if ending an ended span. This is to support the use case of a user manually ending the span automatically created by the Tracer's in_span method.
module to replace matched text by the external command result
Changes for 0.9902 - 2023-11-19T01:51:47Z
- make --fillup to work with or w/o --discrete
- replace tr by perl, because tr on ubuntu does not convert non-ascii chars
- introduce --squeeze option
- use "gpty" command to make Japanese manual desumasu-style.
- extract pod part for i18n documentation
- change option name --blockmatch -> --blocks
Implementation of RESTful API
Changes for v1.1.0 - 2023-11-19T09:03:58Z
- Improved code
Generic Module to inherit from
Changes for v0.32.8 - 2023-11-17T21:27:29Z
- Updated method as_hash in Module::Generic
- Improved code for method _set_get_hash_as_object and __instantiate_object in Module::Generic and Module::Generic::Dynamic
framework for easy creation of Enterprise Application Integration tasks
Changes for 1.9
- removed Module::Refresh, fixed successfullyDone by moving to $process{successfullyDone}, fixed issue with multiple occurences of files in filesToArchive and filesToRemove
a GUI to edit configuration data with Config::Model framework
Changes for 1.377 - 2023-11-18
- Main UI changes:
- Bug fixes:
- Dependency changes:
MARC leader class.
Changes for 0.02 - 2023-11-18T18:56:29+01:00
- Add doc.
- Add serialize() example to doc.
- Add support for length with blank string.
create OpenAPI documentation of your application
Changes for 1.0.1 - 2023-11-18
- BUG FIXES
Automate the Firefox browser with the Marionette protocol
Changes for 1.49
- Fixing a hang for Windows 7 in G#26. Thanks to twata1.
Static Installation for CPAN distributions
Changes for 0.004 - 2023-11-18T15:05:43+01:00
- Mark Build script as executable
- Add supports_static_install
- Add static_version argument
Package that queries the OpenAIRE Graph
Changes for 0.02 - 2023-11-18T12:37:05Z
- Adding JSON deps
data pack for Business::ISBN
Changes for 20231118.001 - 2023-11-18T09:36:00Z
- data update for 2023-11-18
Goroutines of The Go Programming Language
Changes for 0.005 - 2023-11-18
- New Features
- Incompatible Changes
Build a Build.PL that uses the current module to build itself
Changes for 0.006 - 2023-11-18T09:49:36+01:00
- Make add_buildpl detection lazy
File IO, Socket, Select/Polling.
Changes for 0.210 - 2023-11-18
- Prerequirement Changes
extensible grep with lexical expression and region handling
Changes for 9.0901 - 2023-11-18T05:41:58Z
- update all codes using "keys @array" syntax
- update option handling code
- skip test on v5.14, because of :lvalue function error
- no functional change
A toolkit for transforming JSON-LD data.
Changes for 0.006 - 2023-11-18
- (Update) Fix utf-8 decoding of remote context data (#6).