Skip to content

Commit 27d5daa

Browse files
authored
Add mandatory "perl" META field
The `perl` field specifies the minimal perl version for which this distribution can be installed and is a mandatory field. The value of `"6.*"` indicates any version suffices. It is recommended to use [Test::META](https://modules.perl6.org/repo/Test::META) module as an author test, to catch any issues with the META file.
1 parent 9970d80 commit 27d5daa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

META.info

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"perl" : "6.*",
23
"name" : "File::Directory::Tree",
34
"version" : "*",
45
"description" : "Port of File::Path::Tiny - create and delete directory trees",

0 commit comments

Comments
 (0)