diff --git a/Changes b/Changes index 4d2ef293..d1b282ea 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,11 @@ Revision history for {{$dist->name}} {{$NEXT}} +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) + 2.83 2024-06-05 15:06:15 -0600 - Production release identical to 2.82_01 diff --git a/README.md b/README.md index 5ac060c6..117c5ed2 100644 --- a/README.md +++ b/README.md @@ -693,7 +693,7 @@ Returns true if the alien is a system install type. my $boolean = $build->is_share_install; ``` -Returns true if the alien is a share install type. +Returns true if the alien is a share install type. ## download\_rule diff --git a/dist.ini b/dist.ini index 53411103..2ee981c0 100644 --- a/dist.ini +++ b/dist.ini @@ -4,7 +4,7 @@ author = Joel Berger license = Perl_5 copyright_holder = Graham Ollis copyright_year = 2011-2022 -version = 2.83 +version = 2.84 [@Author::Plicease] :version = 2.75