Wikibase-API-0.04
Wikibase API class.
Changes for 0.04 - 2023-04-23T18:38:49+02:00
- Add support for property.
- Document get_item_raw() and add example to doc.
- Fix base uri for test.wikidata.org. It's same as for www.wikidata.org.
- Fix test requirements.
- Update copyright years.
Module-CoreList-5.20230423
what modules shipped with versions of perl
Changes for 5.20230423
- Updated for v5.36.1
CPAN-Perl-Releases-5.20230423
Mapping Perl releases on CPAN to the location of the tarballs
Changes for 5.20230423
- Change: 43aa9b7df2dbb788184328cb7bd27d50aec026dd Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2023-04-23 17:31:11 +0000
Params-Validate-Dependencies-1.41
check that the right combination of arguments is passed to a function
Changes for 1.41 - 2023-04-23
- Add test to prove that literal back-slashes aren't a problem in auto-doco (see github.com/DrHyde/perl-modules…)
- Bump dependency on Data::Domain to 1.10 so it will work on perls where smartmatch is deprecated
- Data::Domain support is now only for perl 5.18 and higher
- 2018-07-12 1.40 Add support for validate_with (see github.com/DrHyde/perl-modules…) Accept a hashref as first arg to validate (see github.com/DrHyde/perl-modules…) Improve error reporting (see github.com/DrHyde/perl-modules…)
- 2017-05-23 1.32 D:😁's deps have been fixed
- 2016-11-10 1.31 Work around Data::Domain's dependencies being broken on perl 5.24 - just skip the tests
- 2016-10-05 1.30 Add 'exclusively' validator; Fix quoting of strings with embedded quotes in auto-generated doco; Minor doco fixes; Minor test improvements
- 2015-09-25 1.23 Bugfix. Make a deep copy of P::V::EXPORT_TAGS before messing with its contents, see github issue 4
- 2015-03-20 1.22 Modern Data::Domain only works on perl 5.10, so be a bit tricksy about testing and declaring it as a pre-req
- 2013-06-16 1.21 Bugfix. UNIVERSAL::can($class, 'can') always returns true in 5.18, even if the class has never been seen before. Now check for class existence by checking its @ISA
- 2013-06-12 1.2 validate() now returns what it checked, like Params::Validate::validate
- 2012-11-26 1.13 Changes in D:😁:😁 to cope with incompatible changes in new Data::Domain
- 2011-09-02 1.12 Bugfix Documenter.pm to replace *all* underscores in function names
- 2011-09-01 1.11 Reduce dependency versions (this is mostly for my employer's benefit - no functional changes)
- 2011-08-22 1.1 Make *_of self-documenting
- 2011-08-17 1.00 Initial release
Wikibase-Datatype-Print-0.10
Wikibase data types print.
Changes for 0.10 - 2023-04-23T10:57:02+02:00
- Add doc for Wikibase::Datatype::Print::Lexeme.
- Add support of sense to Value.
- Add Wikibase::Datatype::Print::Value::Sense.
- Fix test message.
Wikibase-Datatype-Struct-0.10
Wikibase data types struct conversions.
Changes for 0.10 - 2023-04-23T10:51:08+02:00
- Add references to MediainfoStatement.
- Add Sense object.
- Add support for sense to Value.
- Fix dependencies.
- Fix doc descriptions.
- Fix test dependencies.
- Update copyright years.
Wikibase-Datatype-0.28
Wikibase data types.
Changes for 0.28 - 2023-04-23T10:34:23+02:00
- Add check_sense() to Utils.
- Add support of wikibase-sense to Snak.
- Add Wikibase::Datatype::Value::Sense class.
- Fix doc in Wikibase::Datatype::Value::Property.
Data-Domain-1.10
Data description and validation
Changes for 1.10
- no longer use smartmatch for perl >= 5.37.10
- removed 'node_from_path'; backwards compat through Data::Reach
WebSocket-v0.1.6
WebSocket Client & Server
Changes for v0.1.6 - 2023-04-17T12:07:12Z
- Minor corrections and improvements in both code and documentation
- Corrected error in _watch method
- Corrected some typos in WebSocket::Connection and added methods 'do_pong', 'ping', 'pong' and 'on_ping'
- Added methods 'connected', 'do_pong', 'on_pong', 'ping' and 'pong' in WebSocket::Client
- Minor correction in method as_string in WebSocket::Request
- Minor correction in method extensions in WebSocket::Server
Bencher-Scenario-String-SimpleEscape-0.002
Benchmark String::SimpleEscape
Changes for 0.002 - 2023-01-18
- Rename module/dist Bencher-Scenario-String{,-}SimpleEscape.
JSON-SIMD-1.05
JSON serialising/deserialising, done correctly and faster
Changes for 1.05
- fix build issue with "invalid register for .seh_savexmm" (prev fix caused other problems, was reverted)
- add ppport.h
- add core_bools and encode_core_bools methods to support builtin::true and false on perl >= 5.36 core_bools also works towards compatibility with JSON::XS, and with both of these options it is possible to have correct, full round-trip encode/decode between Perl and JSON booleans.
JSON-Schema-Tiny-0.021
Validate data against a schema, minimally
Changes for 0.021 - 2023-04-22T17:25:12Z
- fix bad handling of empty patterns in "pattern", "patternProperties" keywords
- use bignum calculations for any non-integer in "multipleOf", to better handle overflows on older architectures
Wikibase-Datatype-0.27
Wikibase data types.
Changes for 0.27 - 2023-04-22T19:14:08+02:00
- Add doc for Test::Shared::Fixture::Wikibase::Datatype::Snak::Wikidata::InstanceOf::VersionEditionOrTranslation.
- Add doc for Test::Shared::Fixture::Wikibase::Datatype::Snak::Wikidata::InstanceOf::WikidataProperty.
- Add doc for Test::Shared::Fixture::Wikibase::Datatype::Snak::Wikidata::ItemForThisSense::Dog.
- Add doc for Test::Shared::Fixture::Wikibase::Datatype::Snak::Wikidata::Of::Poem.
- Improve example comments.
- Update language codes.
builtin-compat-0.002000
Provide builtin functions for older perl versions
Changes for 0.002000 - 2023-04-22
- add is_tainted function
- ensure the expermental::builtin warnings category always exists
WWW-Mechanize-Chrome-0.71
automate the Chrome browser
Changes for 0.71 - 2023-04-22
- Add example script showing how to attach to a running Chrome instance
- No code changes, no need to upgrade
HTTP-Request-FromCurl-0.50
create a HTTP::Request from a curl command line
Changes for 0.50 - 2023-04-22
- Don't accept "--form" for wget - it doesn't exist there
- Fix test count when skipping tests
- Skip --parallel curl tests on versions before 7.68
- Documentation of ->as_wget, cosmetic documentation changes
- Run Mojolicious tests also for wget
Require-HookChain-0.007
Chainable require hook
Changes for 0.007 - 2023-02-08
- Add module: Require::HookChain::timestamp::{std,hires}.
- [hook log::stderr] Add timestamp information.
Math-Notation-PostfixInfix-2023.111.1
Math Notation for Postfix and Infix Expressions
Changes for 2023.111.1
- added: use warning added; by CCELSO
- added: license file created; by CCELSO
- Fix: POD context; by CCELSO
Data-Domain-1.09
Data description and validation
Changes for 1.09
- fix one special case of warning 'redundant' that was omitted in the 1.07 fix
Dancer2-Plugin-JWT-0.021
JSON Web Token made simple for Dancer2
Changes for 0.021 - 2023-04-21
- Only check the cookie when set_cookie_header set (Stephen Thirlwall)
Wikibase-Datatype-Print-0.09
Wikibase data types print.
Changes for 0.09 - 2023-04-21T21:13:56+02:00
- Add doc for Wikibase::Datatype::Print::Form.
- Add doc for Wikibase::Datatype::Print::Reference.
- Add doc for Wikibase::Datatype::Print::Sense.
- Improve printing of time.
Geo-Coder-CA-0.14
Provides a Geo-Coding functionality using geocoder.ca for both Canada and the US.
Changes for 0.14
- Calling new on an object now returns a clone rather than setting the defaults in the new object geocoder.ca is now HTTPS Changed croak to carp on API failure Remove unused modules Work around for github.com/nigelhorne/Geo-Code… which is a problem with does_carp_that_matches() in Test::Carp which I often have problems with
Wikibase-Datatype-0.26
Wikibase data types.
Changes for 0.26 - 2023-04-21T20:18:03+02:00
- Add check_datetime() utility.
- Add date time check to Wikibase::Datatype::Value::Time.
- Add doc for Test::Shared::Fixture::Wikibase::Datatype::Snak::Wikidata::GrammaticalGender::Masculine.
- Add doc for Test::Shared::Fixture::Wikibase::Datatype::Snak::Wikidata::InstanceOf::Human.
- Fix example in Test::Shared::Fixture::Wikibase::Datatype::Value::Item::Wikidata::WikidataEntity.
- Fix module doc description in Test::Shared::Fixture::Wikibase::Datatype::Snak::Wikidata::GivenName::Douglas.
- Improve doc EXAMPLE in Wikibase::Datatype::Reference to something real.
Crypt-Passphrase-Argon2-HSM-0.001
HSM encrypted Argon2 hashes for Crypt::Passphrase
Changes for 0.001 - 2023-04-21T16:36:19Z
- Initial release to an unsuspecting world
SQL-SimpleOps-2023.111.1
SQL Simple Operations
Changes for 2023.111.1
- fix: mkdir permission denied, logfile creation folder for non-root user; by CCELSO
- fix: getLastSQL mismatch on syntax error condition; by CCELSO
Data-Compare-1.29
compare perl data structures
Changes for 1.29 - 2023-04-21
- Skip taint-mode tests if perl was built without taint support
SPVM-0.971001
SPVM Language
Changes for 0.971001 - 2023-04-21
- New Features
- Document Changes
- Changes
- Versioning Changes
Fluent-LibFluentBit-0.02
Directly use libfluent-bit.so for high performance logging
Changes for 0.02 - 2023-04-20
- Use Alien::FluentBit to get an actually-working .so (no more need for LD_PRELOAD)
- Documentation fixes
Alien-FluentBit-0.01
libfluent-bit.so and fluent-bit commandline tool
Changes for 0.01 - 2023-04-20
- Initial release, with working from-source build and almost-working system-install detection, and custom fluent-bit.h
TableDataBundle-Locale-JP-City-0.002
Collection of TableData:: modules that contain list of cities in Japan
Changes for 0.002 - 2023-02-07
- No data changes.
- [build] Use TableData dzil & pod weaver plugin for nicer POD.
Module-CoreList-5.20230420
what modules shipped with versions of perl
Changes for 5.20230420
- Updated for v5.37.11
CPAN-Perl-Releases-5.20230420
Mapping Perl releases on CPAN to the location of the tarballs
Changes for 5.20230420
- Change: 4cd1cb76991ac241deef0dc210175dc9367f6b5e Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2023-04-20 21:35:16 +0000
StreamFinder-2.14
Fetch actual raw streamable URLs from various radio-station, video & podcast websites.
Changes for 2.14 - 2023-04-20
- StreamFinder::PodcastAddict - Fix failure to fetch podcasts and episodes due to slight changes in their site.
JSON-SIMD-1.04
JSON serialising/deserialising, done correctly and faster
Changes for 1.04
- fix floating point precision issues with -Duselongdouble and -Dusequadmath
- fix intermittent garbage in floating point numbers from encode with -Dusequadmath (fix taken from Cpanel::JSON::XS ad072b4)
- fix build issue with "invalid register for .seh_savexmm"
- drop common::sense as a direct dependency (it's still used via Types::Serialiser, though)
- fix repository and issue tracker for CPAN (thanks to Gabor Szabo)
Crypt-HSM-0.008
A PKCS11 interface for Perl
Changes for 0.008 - 2023-04-20T17:13:35+02:00
- Deal with compilers insisting on naming unused arguments
Crypt-Passphrase-Argon2-0.008
An Argon2 encoder for Crypt::Passphrase
Changes for 0.008 - 2023-04-20T17:04:51+02:00
- Reorder recrypt_hash arguments
- Make recrypt_hash return $input as fallback
- Allow verification of unencrypted hashes in Crypt::Passphrase::Argon2::Encrypted
DBIx-SearchBuilder-1.76
Encapsulate SQL queries and rows in simple perl objects
Changes for 1.76 - 2023-04-20
- Call DatabaseVersion instead to make sure we already retrieved the version (this is to fix a possible uninitialized warning on disconnect)