Skip to content

Commit

Permalink
add parsing of dist.ini for authordeps
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Sep 13, 2024
1 parent aa91d43 commit e8c1c31
Show file tree
Hide file tree
Showing 10 changed files with 2,413 additions and 176 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ List of files to search for prerequisites. Supported formats are:
- `Makefile` as emitted by
[ExtUtils::MakeMaker](https://metacpan.org/pod/ExtUtils::MakeMaker). This
was used to communicated dependencies before `MYMETA` files were invented.
- `dist.ini` as used by [Dist::Zilla](https://metacpan.org/pod/Dist::Zilla).
This will only extract the needed to run a `dzil build`, listing them with
the unofficial phase of `author`.

Defaults to `MYMETA.json MYMETA.yml META.json META.yml Makefile cpanfile`.

Expand Down
Loading

0 comments on commit e8c1c31

Please sign in to comment.