Skip to main content

Search

Items tagged with: 15


Display details about the internal structure of Zip files

Changes for 4.002

  • Add a few sanity tests for the CPAN distro Sun Mar 31 10:51:44 2024 +0100 4bf6c4d06eb9ab4c2774a96d5fdfccd2bf9fdade
  • #17 Extended Timestamp [UT] says Change Time, should be Creation Time Sun Mar 31 09:58:19 2024 +0100 3677f980f35c326d42e3ab555a38f4991737e6ed
  • #16 Uninitialized values warnings Fixes Tue Mar 26 15:36:18 2024 +0000 0d29138c22ee54f6643deb5e2f678aaadc014e76
  • #15 Invalid unicode codepoint warning Tue Mar 26 09:42:17 2024 +0000 5b20efa85a35a08ee4e0d930f0b0861ecbc9857d
  • #15 Invalid unicode codepoint warning Tue Mar 26 08:37:52 2024 +0000 79b2eab90162b6d910720a7bf152ab86d373cf1a
  • #15 Invalid unicode codepoint warning Mon Mar 25 23:14:14 2024 +0000 f52cb231ff62f1f738785269c242ba9487636854
  • Fix use-case where special data before payload could decrement the compressed size to zero Sat Feb 24 19:59:39 2024 +0000 adb9b9bec1e0f032e258ac0e406b4514fb6966ac
  • Fix use-case where a streamed zip file has data before the start of the zip file Thu Feb 22 17:22:05 2024 +0000 0afabd5c4a57c441f81d5a6fece36e84af7db4c6
  • Rework file truncation messaging Thu Feb 22 11:12:47 2024 +0000 4077b741a393e90b55a92853305e8884af21db03
  • Rework code for APK Signing Block Thu Feb 22 10:26:03 2024 +0000 144377ae41149f3c750545b86a87e4bf34e1e540
#15 #17 #16


Pure perl AMQP client for RabbitMQ

Changes for 0.11 - 2024-02-28

  • [fix] type in documentation for virtual_host (GH #15, thanks to horshack)
  • [doc] repoint repo sources to PayProp github org
#15


Maintain and serve a REST API to search PGXN mirrors

Changes for 0.20.0

  • Removed the `Capfile` and `eg` directory. Examples for managing PGXN can now be found in the pgxn/pgxn-ops GitHub repository.
  • Switched from Text::Markdown to CommonMark for parsing and formatting Markdown files (but not MultiMarkdown files). This allows code fences to work and generates nicer HTML in general, but is stricter about certain things.
  • The docs indexer now indexes a distribution's README if it is the only documentation it finds in the distribution (#12).
  • The docs indexer now strictly links an extension to the doc file specified via the `docfile` key in its `provides` object, even if it's a README (#10).
  • The indexer will now index a testing release if there are no stable releases, and will index an unstable release if there are neither stable nor testing releases (#2).
  • Updated the SemVer regex when parsing rsync output to the official version published in https://regex101.com/r/vkijKf/ (#16).
  • Fix unzipping of distributions to ensure that all directories are readable and executable but not writeable by all, and that files are only readable by all (#15).
  • Dropped support for Perl 5.10 and 5.12.
#15 #10 #2 #12 #16


HTML::TreeBuilder and XPath compatible interface with libxml

Changes for 0.27 - 2024-01-09T06:19:12Z

#15 #17


Captures Test2::Harness results and emits a junit xml file.

Changes for 1.000005 - 2023-12-28

  • #15 - Fix POD Control sequence
  • #17 - Allow for set_no_numbers format
  • Stabilize tests by injecting no_app_path => 1 into yath() test runs.
#15 #17


Common Neo4j type system

Changes for 2.00 - 2023-11-21

  • Add ByteArray, DateTime, and Duration types. (GH #15, #17)
  • Define methods and behaviour for the Neo4j 5 element ID. (GH #13)
  • Specify previously undefined behaviour. (GH #1, #11, #14)
  • Expand the implementor guidance for driver authors and separate it from the type definitions aimed at users.
  • Separate generic type implementations from the type definitions.
  • Offer test tools to help driver authors with conforming to these types.
  • Raise minimum required version of Perl to v5.10.1.
#15 #14 #1 #11 #17 #13


Recursively scan Perl code for dependencies

Changes for 1.32 - 2023-07-05

  • Ensure $inc gets removed from the start of $File::Find::name
  • Provide dedicated test scripts for some tests instead of using the test scripts themselves: Test::More draws in all kinds of stuff, totally unpredictable
  • Rewrite test helpers in t/Utils.pm to use Test::More's subtest feature
  • Code cleanup; fix detection of 'do STRING' (cf PR #15)
  • scandeps.pl: sort items in "used by" column
  • Handle spaces after quote operator, e.g. eval qq {Some::Module}
  • Fixes #12: share dir not returned when require module is in an eval
  • Recognize constructs like "eval qq{require Inline::C}".
  • Recognize idioms like "if (eval { require Foo }) { ..."
  • Add %preload rules for some Mojo resource files
  • Bump perl dependency to guard against ancient perls without FindBin::again()
  • Add tool to trace when (and from where) Perl searches for a module
#15 #12


RE2 regex engine

Changes for 0.18 - 2023-06-19

  • Fix on perl >= 5.38 (issue #15)
  • Fix re->nparens signess warning (PR #13)
#15 #13


Locale-Codes-3.73


a distribution of modules to handle locale codes

Changes for 3.73 - 2023-03-06
  • NEW CODE(s)
  • Fixed a problem with test failing on windows Reported in GitHub #15

https://metacpan.org/dist/Locale-Codes
#15


Net-MQTT-Simple-1.28


Minimal MQTT version 3 interface

Changes for 1.28 - 2022-12-28T02:37:00Z
  • Fix: Don't hang when receiving signal during select() (Contributed by Peter Sobisch via RT 134165)
  • Doc fix: typo (Contributed by oalders via GitHub #15)
  • New: Repository metadata (Suggested by oalders via GitHub #14)
  • Some retroactive changes to the changelog: added some credits and issue IDs.
  • !! - Dropped support for IO::Socket::INET.

https://metacpan.org/dist/Net-MQTT-Simple
#15 #14