Skip to content

Commit

Permalink
v2.84
Browse files Browse the repository at this point in the history
  - 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)
  • Loading branch information
plicease committed Oct 29, 2024
1 parent d53b485 commit b0557fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author = Joel Berger <[email protected]>
license = Perl_5
copyright_holder = Graham Ollis
copyright_year = 2011-2022
version = 2.83
version = 2.84

[@Author::Plicease]
:version = 2.75
Expand Down

0 comments on commit b0557fa

Please sign in to comment.