Perl Application Development and Refactoring Environment
Changes for 1.02
- link to GitHub
- GetLabelText instead of GetLabel, the former stopped functioning
- Moved to GitHub by kaare++ 2014-09-07
- tweak 01_compile.t so that it passes on 5.19.7 (BOWTIE)
- comment out Padre::Browser::PseudoPerldoc->process to enable t/50-browser.t to pass on perl 5.19.9 (BOWTIE)
2D grid line drawing via linear interpolation
Changes for 0.01 - 2023-06-14
- First version, released on an unsuspecting world.
Various Sah schemas related to Firefox
Changes for 0.005 - 2023-04-17
- [ux] Tweak error message to make it more helpful.
Perl extension for Package URL (aka "purl")
Changes for 2.00 - 2023-06-13
- Added "purl-tool(1)" (giterlizzi/perl-URI-PackageURL#3)
- Added "URI::PackageURL::Util::purl_to_urls" helper
- Fixed name qualifier for "cpan" (giterlizzi/perl-URI-PackageURL#2)
- Fixed some little issues
Destructuring Assignment Syntax for Perl
Changes for 0.0.12
- Add Capture::Tiny to test.requires
Destructuring Assignment Syntax for Perl
Changes for 0.0.11
- Support slurpy @x and @$x forms
- Update docs for new slurpy forms
- Add Kang-min Liu to authors
translation support module for greple
Changes for 0.24 - 2023-06-13T10:41:41Z
- update xlate.el
Wrapper around Perl tr/../../ operator
Changes for 1.04
- better presentation for Unaccenter->char_map_descr()
- move pod tests to xt/
Display resolution sizes
Changes for 0.001 - 2023-06-13
- First release.
Contract ABI utilities
Changes for 0.008
- private methods, correct package name
Ethereum RLP encoding/decoding utility
Changes for 0.003
- Fix empty list decoding
- Fix recursive list decoding
Various Sah schemas related to Firefox
Changes for 0.004 - 2023-04-17
- Add schema: Firefox::local_profile_name::default_first.
A SQL Database object abstraction class
Changes for v0.11.4 - 2023-06-12T14:42:28Z
- Added missing overloaded operator in DB::Object::Fields::Field
- Added ~~ overloaded operator in DB::Object::Fields::Field
- Updated method _where_having() in DB::Object::Query to allow for litteral condition to be provided as scalar reference
- Added documentation for DB::Object::ALL, DB::Object::ANY and DB::Object::Expression
A helpful library for with CAPE.
Changes for 2.5.0 - 2023-06-12
- suricata_extract_submit and extend now tracks submitted byte size
- suricata_extract_submit now uses Proc::PID::File to make sure only one instance is running
a light and pure-Perl PSGI/Plack HTTP server with pre-forks
Changes for 0.0401 - 2020-03-12
- Provides cpanfile.
- More reliable tests.
tools for writing (and reading) an interactive story
Changes for 0.001012 - 2023-06-12
- Story::Interact::State's load and dump methods now compress the state with Bzip2. This change should be mostly transparent.
A simple log filter
Changes for 0.01
- First version, released on an unsuspecting world.
- Provides basic log filtering with keyword and exclude file support.
CallBackery is a Mojolicious+Qoodoo Framework for building Web Applications
Changes for 0.46.2 - 2023-06-12T15:00:43Z
- fix restore process to properly reconnect to database
Perl interface to the OpenSky Network API
Changes for 0.4 - 2023-06-12T12:42:54Z
- Remove undeclared dependency on Syntax::Keyword::Try
PAR Packager
Changes for 1.058 - 2023-06-12
- patch DynaLoader.pm to make intercepting DynaLoader::bootstrap work again for Perl >= 5.35 on Windows (see #74)
- reorganize modules etc used in tests
- add test to run an XS module from a .par file
- add a test for loading XS "glue" DLLs
- remove unused code for packed DLLs ("pp --link ...")
Tags helper for HTML messages.
Changes for 0.04 - 2023-06-12T10:58:01+02:00
- Add 'css_messages' parameter.
- Fix test dependencies.
- Regen README file.
Mo language utilities.
Changes for 0.02 - 2023-06-12T10:46:58+02:00
- Add EXAMPLES to doc.
- Add minimal version of Locale::Languages, removed from Perl core.
- Add Wikibase datatype utilities to SEE ALSO section in doc.
- Regen README file.
Namespace for require() hooks
Changes for 0.003 - 2023-04-22
- No functional changes.
- [doc] Add note that Require::HookChain supersedes us.
Perl module for async log watching
Changes for 0.06 - 2023-06-12
- Removed MAN3PODS from Makefile.PL to allow automatic generation by ExtUtils::MakeMaker.
Perl module for async log watching
Changes for 0.05 - 2023-06-12
- Added basic test scripts and test files.
- Improved pattern matching logic.
Perl module for async log watching
Changes for 0.04 - 2023-06-12
- Added POD documentation.
- Fixed minor bugs in pattern matching.
CONNECT method
Changes for 0.0303 - 2023-06-11
- Provides cpanfile.
backend for Plack::App::Proxy
Changes for 0.0201 - 2023-06-11
- Provides cpanfile.
Use Mojolicious Templates for your Catalyst View
Changes for 0.005 - 2023-06-11
- Per context version
Log::Any adapter for Log::Log4perl::Tiny
Changes for 0.001 - 2023-06-11T20:27:47Z
- Initial release
Conversion class between MARC record and Wikidata object.
Changes for 0.04 - 2023-06-11T18:24:52+02:00
- Add publication date use case.
- Improve clean_publication_date() code.
Implementation of RESTful API
Changes for v1.0.1 - 2023-06-10T19:56:22Z
- Minor documentation update
- Minor enhancement of method in Net::API::REST::Endpoint
- Correcting missing method variables() in Net::API::REST::Request