Closed shogo82148 closed 1 month ago
The pull request updates the version requirements for the Module::Build::Tiny
dependency in the author/cpm/cpanfile
from 0.047
to 0.051
to ensure compatibility with Perl 5.8. Additionally, the author/cpm/cpanfile.snapshot
and bin/cpm
files reflect corresponding version updates for App-cpm
, Module-Build-Tiny
, and Scalar-List-Utils
. The changes primarily focus on version increments across various Perl distributions while maintaining the existing functionality and structure of the code.
File | Change Summary |
---|---|
author/cpm/cpanfile | Updated dependency version for Module::Build::Tiny from 0.047 to 0.051 . |
author/cpm/cpanfile.snapshot | Updated versions for App-cpm from 0.997017 to 0.997018 , Module-Build-Tiny from 0.047 to 0.051 , and Scalar-List-Utils from 1.66 to 1.68 . |
bin/cpm | Updated version number in App::cpm from 0.997017 to 0.997018 . |
cpanfile
to specify Module::Build::Tiny
version 0.047
, which is relevant as the main PR updates the version to 0.051
.cpanfile.snapshot
, including changes to Module-Build-Tiny
, which is directly related to the version updates in the main PR.cpanfile.snapshot
, including the Scalar-List-Utils
version, which is indirectly related as it shows ongoing updates in the same context of dependency management.cpanfile.snapshot
with various version increments, including Test-Simple
, which indicates a broader context of dependency updates relevant to the main PR.Module-CoreList
version in the cpanfile.snapshot
, showing a similar pattern of version management that aligns with the changes in the main PR.🐇 In the garden, the numbers grow,
From0.047
to0.051
, oh what a show!
Dependencies dance, in a versioned spree,
With each little hop, they sing joyfully.
A cpm update, fresh as the dew,
In the world of Perl, we bid adieu! 🌼
Summary by CodeRabbit
New Features
Bug Fixes
Module::Build::Tiny
for Perl 5.8 by updating to version0.051
.Documentation
Chores