Implementation of various techniques used in data compression.
Changes for 0.03 - 2024-03-22
- ADDITIONS
- CHANGES
Asynchronous HTTP Request and Promise
Changes for v0.5.1 - 2024-03-27T16:53:48Z
- Minor correction of undefined variable in HTTP::Promise
- Correcting minor bug in _read_body() in HTTP::Promise
Fork Based Promise with Asynchronous Execution, Async, Await and Shared Data
Changes for v0.4.10 - 2024-03-22T16:50:25Z
A real Try Catch Block Implementation Using Perl Filter
Changes for v1.3.6 - 2024-03-22T15:05:39Z
- Corrected Makefile to require experimental module for testing.
Generic Module to inherit from
Changes for v0.35.2 - 2024-03-22T14:13:24Z
- Minor corrections to unit tests
find, build and install the hmmer3 tools
Changes for 0.02 - 2024-03-21T23:16:26-06:00
- fixed documentation errors
Fork Based Promise with Asynchronous Execution, Async, Await and Shared Data
Changes for v0.4.9 - 2024-03-22T14:04:36Z
- Minor correction of untrapped condition
A SQL Database object abstraction class
Changes for v1.2.1 - 2024-03-22T13:52:05Z
- Correction of unit test to better handle non-existing DBD modules
A SQL Database object abstraction class
Changes for v1.2.0 - 2024-03-22T12:12:11Z
- Improvement to DB::Object::Query, DB::Object::Postgres::Query and DB::Object::Query::Element
find, build and install the hmmer3 tools
Changes for 0.01 - 2024-03-21T21:25:40-06:00
- initial commit
Actually Portable Perl
Changes for v0.5.0 - 2023-12-01
- Revert `full` and `small` targets with cosmo 3.0.2 Base `full` and `small` (with vista) targets off of perl 5.36.3
Tab expand and unexpand with ANSI sequence
Changes for 1.04 - 2024-03-22T01:32:12Z
- make configure method can set tabstop
Build hash based classes.
Changes for 0.013 - 2024-03-21T17:41:14-07:00
- Documentation Fixes
Plugin to use when building Sah-SchemaBundle-* distribution
Changes for 0.034 - 2024-02-13
- Rename module/dist Dist-Zilla-Plugin-Sah-Schema{s,Bundle}.
Build hash based classes.
Changes for 0.012 - 2024-03-21T13:55:43-07:00
- Do not taint $@, $!, $? or $^E when checking for Class::XSAccessor.
- Ignore __DIE__ handlers when checking for Class::XSAccessor.
A utility class for building table layouts in a PDF::Builder (or PDF::API2) object.
A utility class for building table layouts in a PDF::Builder (or PDF::API2) object.
type definitions for Coordinates
Changes for 0.12 - 2024-03-21T16:23:34-04:00
- BUGFIX
Easily format content into PDF/PS/DVI with LaTeX templates.
Changes for 0.03 - 2024-03-21
- Fixed LaTeX program paths detection where e.g. xelatex was not tested to actually exist on disk and being an executable with right permissions.
Dispatch by HTTP Methods
Changes for 0.104 - 2024-03-21
- Support for HTTP::Request::Common < 6.21
weave together a Pod document from an outline
Changes for 4.020 - 2024-03-21T13:58:33-04:00
- do not allow Moose::Util::TypeConstraints to turn warnings back on after they were turned off by experimental.pm! (thanks, Karen Etheridge)
Check at build/release time if modules are out of date
Changes for 0.060 - 2024-03-21T17:39:03Z
- fix experimental warnings on earlier perls
Plack search application.
Changes for 0.04 - 2024-03-21T14:13:15+01:00
- Add missing 'image_height' parameter description in doc.
- Add 'image_radius' parameter.
- Add 'name' attribute to search field.
Implementation of various techniques used in data compression.
Changes for 0.02 - 2024-03-21
- ADDITIONS
- CHANGES
ANSI sequence aware column command
Changes for 1.4101 - 2024-03-21T07:50:10Z
- make man page accurate
data pack for Business::ISBN
Changes for 20240321.001 - 2024-03-21T07:16:25Z
- Data update for 2024-03-21
SPVM Language
Changes for 0.989091 - 2023-03-21
- Incompatible Changes
- New Features
- New Features
Provides United States of America holidays
Changes for 0.0201 - 2024-03-20T21:16:45Z
- Drop circular dependents.
translation support module for greple
Changes for 0.3101 - 2024-03-21T03:43:52Z
- fix bug in xlate.el
- include sdif output in README
Adapter for USA holidays
Changes for 0.0101 - 2024-03-20T20:35:19Z
- Remove the accidental circular dependency from the dist.ini file.
Implementation of various techniques used in data compression.
Changes for 0.01 - 2024-03-21
- Initial release.
Use Data::Dump::SkipObjects to stringify some objects
Changes for 0.001 - 2020-06-19
- First release.
SPVM Language
Changes for 0.989090 - 2023-03-20
- Exception Message Improvement
- Compilation Error Message Improvement
- New Features with Incompatible Changes
IRS Form 1040 worksheets calculations
Changes for 0.06 - 2024-03-20T05:12:32Z
- Comment out all instances of Data::Dump, as they were only used during development
Validate HTTP requests and responses against an OpenAPI v3.1 document
Changes for 0.060 - 2024-03-20T20:56:37Z
- remove use of JSON::MaybeXS, to avoid potential use of JSON::XS; now we use Cpanel::JSON::XS or JSON::PP directly, using the same environment variables as in Mojo::JSON for customization.
access GCC compiler builtin functions via XS
Changes for 0.04 - 2024-03-20
- There are now 36 GCC Builtins functions exported and readily available to Perl.
Merges two users into the same effective user
Changes for 1.09 - 2024-03-20
- Do not try to load user from an empty email address
- Fix uninitialized warnings cased by undefined FIELD
- Only limit roles by id for valid users
IRS Form 1040 worksheets calculations
Changes for 0.05 - 2024-02-23T09:49:50Z
- In 0.04, pp_ssbw() wasn't doing any pretty-printing. Corrected.
- Like preceding versions, this version will probably not make it to CPAN, so I'm tagging it and pushing to GH