Perl module constant configurator
Changes for 1.3 - 2023-09-27T16:48:37Z
- change license to perl_5
Perl module constant configurator
Changes for 1.2 - 2023-09-27T16:44:15Z
- use config for more version of perl!
Perl module constant configurator
Changes for 1.1 - 2023-09-27T16:28:23Z
- Set minimal version of perl
xxHash implementation for Perl
Changes for 0.07
- do not use SSE instructions for ARM architecture
markdown compiller to test and pod.
Changes for 0.07 - 2023-09-27T14:49:32Z
- set minimal version of perl!
HTTP style message (base class)
Changes for 6.45 - 2023-09-27T14:27:31Z
- Allow for file ownership conflicts with Docker and GitHub Actions (GH#193) (Olaf Alders)
- Add the 'status_code' function for getting all status codes as hash (GH#194) (Dai Okabayashi)
An open source web-based network management tool.
Changes for 2.067002 - 2023-09-27
- BUG FIXES
An open source web-based network management tool.
Changes for 2.067001 - 2023-09-27
- BUG FIXES
markdown compiller to test and pod.
Changes for 0.06 - 2023-09-27T11:57:06Z
- first release
Result class declaration syntactic-sugar that looks like DDL
Changes for 2.04 - 2023-09-27
- Enhancements to SchemaLoaderMixin:
Email verification module for Perl using MailboxValidator API. It validates if the email is valid, from a free provider, contains high-risk keywords, whether it's a catch-all address and so much more.
Changes for 2.00
- Updated to call MailboxValidator v2 APIs
add color codes for mIRC compatible client
Changes for 0.05 - 2023-09-27T04:03:19+00:00
- BUG FIXES
Generate Perinci::CmdLine completer script
Changes for 0.126 - 2023-07-11
- No functional changes.
- Remove usage of smartmatch to avoid warning under perl 5.38.
Check uploaded files are expected and of the correct type
Changes for 0.02 - 2023-09-26
- Rewind filehandles after determining type
- Intelligent handling for Catalyst::Action::REST actions
- Better handling for multiple types
Flexible serialization of a record
Changes for 1.05 - 2023-09-26T16:36:38-04:00
- PACKAGING
preview tickets right from search results page
Changes for 0.05 - 2023-09-26
- Update for RT 5.0
string buffers with value tags on extents
Changes for 0.21 - 2023-09-26
- CHANGES
Repeat tickets based on schedule
Changes for 2.02 - 2023-09-26
- Fix display issue with selectpicker controls
Meta CPAN API
Changes for v0.1.1 - 2023-09-26T16:24:10Z
- Improved documentation and added missing documentation in cpanapi
- Implemented paging for cpanapi --favorite --recent
- Corrected function favorite() in cpanapi
- Improved method next() in Net::API::CPAN::List when no query has been set on the URI yet
- Correcting a bug in function changes in cpanapi
- Updated the method package() in Net::API::CPAN to account for the property 'version' in JSON sometimes having a value of 'undef'
- Corrected build/fields2api_def.pl to change the method bugs in Net::API::CPAN:😁istribution
- Updated the function _show_file() in cpanapi
- Updated method release() in Net::API::CPAN for the endpoint /release/all_by_author with the issue of wrong arguments order now resolved
A fast perl binding for Redis Cluster
Changes for 0.089 - 2023-09-26T10:49:21Z
- Fix tests.
- Use system libevent.
- Fix startup_nodes validation.
- Some chores.
Tooling/wrappers for Oozie job deployment and scheduling
Changes for 0.007 - 2023-09-26T12:32:17+02:00
- Fork ttree as a module (not enabled yet).
A simple module to parse FASTA and FASTQ files, supporting compressed files and paired-ends.
Changes for 1.12.0 - 2023-09-24
- 5.16 minimum Perl version required
- minor updates to POD, tests
data pack for Business::ISBN
Changes for 20230926.001 - 2023-09-26T09:01:09Z
- Data update for 2023-09-26
JSON-based config with C/Shell-style comments, verbatim sections and variable substitutions
Changes for 0.06
- -Added more test files to check propgram behaviour when dealing with comments. -Some pod enhancements.
JSON-based config with C/Shell-style comments, verbatim sections and variable substitutions
Changes for 0.03
- -Added the ability for the user to use custom comment style by specifying an opening and, optionally, a closing comment string. By adding a new comment style: 'custom()()'. -Added the ability for the user to specify if comments within strings (keys or scalar string values in the JSON) should be retained or removed. By adding a new optional parameter 'remove-comments-in-strings' to sub 'config2perl()'. -Added the ability for the user to increase verbosity of sub 'config2perl()'. The verbatim sections are checked for templated variables but do not have any comments contained in them to be replaced. All comments in Verbatim Sections are now left as they are. -Added the ability for the user to select tags for denoting variables and verbatim sections, the default value is '<%' and '%>'. -Made documentation's SYNOPSIS clearer. -Added 'META_MERGE' key in Makefile.PL. -Added CI via github actions (thanks https://perlmonks.org/?node_id=11127196 and https://perlmonks.org/?node_id=11154429).
Utilities related to EAN (International/European Article Number)
Changes for 0.003 - 2023-01-28
- [ux] Add examples.
- [cli check-ean8][cli check-ean13][ux] print message unless --quiet (-q) option is given.
A Simple, Stateless Template System
Changes for 1.0.23 - 2023-09-25T22:13:36Z
- Resolve issue around passing a single string to {%for ... %} (amit777++)