#21067 closed enhancement (fixed)

Perl Module Dependency Updates for BLFS 12.3 - Alien-Build-2.84 Business-ISBN-Data-20250205.001 Capture-Tiny-0.50 Class-Data-Inheritable-0.10 Clone-0.47 DateTime-Locale-1.44 DateTime-TimeZone-2.64 HTTP-Message-7.00 Namespace-autoclean-0.31 Specio-0.49 Term-Table-0.024 Test-File-1.994 Test-Simple-1.302209 Test-utf8-1.03 Test-Warnings-0.038 Text-CSV_XS-1.60 Tie-Cycle-1.229 Try-Tiny-0.32

Reported by: Douglas R. Reno Owned by: Douglas R. Reno
Priority: normal Milestone: 12.3
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New versions of perl module dependencies for BLFS 12.3.

Change History (22)

comment:1 by Douglas R. Reno, 15 months ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:2 by Douglas R. Reno, 15 months ago

Capture-Tiny

0.50      2024-12-19 08:15:32-05:00 America/New_York
  - No changes from 0.49-TRIAL
0.49      2024-12-16 08:10:22-05:00 America/New_York (TRIAL RELEASE)
  [Internal]
  - Stringify '$]' for far future compatibility.
  [Docs]
  - Fixed docs about custom files for capture

comment:3 by Douglas R. Reno, 15 months ago

Alien-Build

2.84      2024-10-28 18:51:39 -0600
  - Added is_system_install and is_share_install methods to
    Alien::Build (gh#418, gh#420, shawnlaffan++)
  - Some comment and documentation spelling fixes (gh#250)

comment:4 by Douglas R. Reno, 15 months ago

Business-ISBN-Data is just normal data file updates.

comment:5 by Douglas R. Reno, 15 months ago

Class-Data-Inheritable-0.10

0.10  Thu Oct 24 01:40:24 UTC 2024
    - don't use vars, use our (thanks haarg)

comment:6 by Douglas R. Reno, 15 months ago

Clone

0.47 2024-08-17 12:30:00 atoomic
  - Stop using quote as package separator

comment:7 by Douglas R. Reno, 15 months ago

DateTime::Locale

1.44     2024-10-27
- Rebuilt all locale data with the data from CLDR 46.0.0

comment:8 by Douglas R. Reno, 15 months ago

DateTime::TimeZone

2.64    2025-01-16
- This release is based on version 2024a of the Olson database. This release includes 
contemporary changes for Paraguay.
2.63    2024-09-07
- This release is based on version 2024b of the Olson database. This release does not 
include any changes to current or future zones, only historical changes.
Last edited 15 months ago by Douglas R. Reno (previous) (diff)

comment:9 by Douglas R. Reno, 15 months ago

HTTP-Message

7.00      2024-10-07 15:31:56Z
    - Stop transforming LF into CRLF. Fixes #69 (GH#196) (Olaf Alders)

comment:10 by Douglas R. Reno, 15 months ago

namespace-autoclean

0.31      2024-10-12 16:06:26Z
  - no changes from last trial release
0.30      2021-04-20 17:51:47Z (TRIAL RELEASE)
  - switch from Sub::Identify to Sub::Util (core in modern perls), falling
    back to B.pm as needed

This means that we can archive Sub::Identify as it is no longer used by any modules in the book anymore.

comment:11 by Douglas R. Reno, 15 months ago

Specio

0.49     2024-12-23
- Attempting to import any structured type caused a confusing "Can't store CODE items"
  error. Reported by Kerin Millar.
- Removed the "this is alpha" warning from Specio::Library::Structured. Given that I 
  don't plan on making any major changes to this module, it's as production-ready as 
  it's going to get.

comment:12 by Douglas R. Reno, 15 months ago

Term-Table

0.024     2024-12-27 18:52:06-08:00 America/Los_Angeles
    - Additional changes to t/honor_env_in_non_tty.t, and adding debugging
0.023     2024-10-26 20:30:20-07:00 America/Los_Angeles
    - t/honor_env_in_non_tty.t requires Test2::Tools::Tiny >= 1.30297;
      use Test::More if not available

comment:13 by Douglas R. Reno, 15 months ago

Looking at the documentation for Test2::Tools::Tiny, I noticed:

"USE Test2::Suite INSTEAD

Use Test2::Suite if at all possible."

We'll just document Test::More instead.

comment:14 by Douglas R. Reno, 15 months ago

Test-File

1.994 2025-01-03T06:58:48Z
        * refresh distro and move to BRIANDFOY

comment:15 by Douglas R. Reno, 15 months ago

Test-Simple

1.302209  2025-01-22 08:17:20-08:00 America/Los_Angeles
    - #1021 don't use base (Thanks Haarg)
    - #1022 use PerlIO::get_layers without loading PerlIO.pm (Thanks Haarg)
    - #1023 move try_sig_mask to separate file to avoid always loading POSIX (Thanks 
Haarg)
1.302208  2025-01-21 10:19:33-08:00 America/Los_Angeles
    - avoid closing over values in string eval when comparing values #1018 (Thanks 
Haarg)
1.302207  2024-12-27 18:13:18-08:00 America/Los_Angeles
    - Fix debugging info when JSON::MaybeXS is missing (Thanks James E Keenan)
    - Fix typos (Thanks sobrado8086)
    - Add TEST2_ENABLE_PLUGINS env var
    - Add Test2::Env docs
1.302206  2024-12-19 17:51:07-08:00 America/Los_Angeles
    - Remove Test::Builder::IO::Scalar
    - Fix #1016
1.302205  2024-12-19 09:28:05-08:00 America/Los_Angeles
    - Use our instead of 'use vars'
    - Fix $[ usage
    - Doc updates
1.302204  2024-09-14 10:32:25-07:00 America/Los_Angeles
    - Add pending diagnostics functionality
    - Show warnings/exceptions for no_warnings() and lives()
1.302203  2024-09-04 16:15:07-07:00 America/Los_Angeles
    - Fix some tests when run on windows
1.302202  2024-09-02 16:27:17-07:00 America/Los_Angeles
    - Add comment on how to make tables bigger, #931
    - Typo fix
1.302201  2024-08-13 08:19:01-07:00 America/Los_Angeles
    - Fix bug found by new warnings in blead (Thanks Mauke)

comment:16 by Douglas R. Reno, 15 months ago

Test-utf8

1.03   2024-11-14
     - Fix tests to adapt to Perl now removing
       apostrophe as package separator [RT#154915]
     - upgraded distro files like packaged Module::Install version
       and META.yml, to avoid other looming Perl deprecation issues

comment:17 by Douglas R. Reno, 15 months ago

Test-Warnings

0.038     2025-02-02 00:27:04Z
          - no longer swap out done_testing method if :no_end_test is
            configured
0.037     2025-01-05 20:38:16Z
          - remove unneeded use of Import::Into
          - fix for tests that invoke Test::Warnings->import directly
0.036     2025-01-03 18:30:28Z
          - avoid redefinition warnings when $^W is enabled in tests
            (RT#158297)
0.035     2025-01-03 17:47:24Z
          - allow tests to pass even when Import::Into is not installed
            (RT#158296)
          - add backcompat shim for cases where Test::More is loaded in tests
            after Test::Warnings
0.034     2025-01-03 02:46:29Z
          - fix Test2 compability for done_testing()
          - Test2::Warnings added as a simple wrapper (for now)

comment:18 by Douglas R. Reno, 15 months ago

Test-CSV_XS

1.60    - 2025-01-29, H.Merijn Brand
    * Add SECURITY.md
    * CR/NL/CRNL inside quoted fields not affected by strict_eol
    * Fix incorrect error 2014 (issue 62)

comment:19 by Douglas R. Reno, 15 months ago

Tie-Cycle

1.229 2025-01-04T05:10:10Z
        * refresh distro and move to BRIANDFOY

comment:20 by Douglas R. Reno, 15 months ago

Try-Tiny

0.32      2024-08-16 22:23:44Z
  - skip given, when tests on perls >= 5.41.3 which removed these constructs

in reply to:  13 comment:21 by Douglas R. Reno, 15 months ago

Replying to Douglas R. Reno:

Looking at the documentation for Test2::Tools::Tiny, I noticed:

"USE Test2::Suite INSTEAD

Use Test2::Suite if at all possible."

We'll just document Test::More instead.

Test::More is actually part of Test::Simple now, so I've documented that as a dependency.

comment:22 by Douglas R. Reno, 15 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.