|
537 | 537 | {
|
538 | 538 | "perl" : "6.c",
|
539 | 539 | "name" : "Vortex::TotalPerspective",
|
| 540 | + "auth" : "github:SomeAuthor", |
540 | 541 | "api" : "1",
|
541 | 542 | "version" : "0.0.1",
|
542 | 543 | "description" : "Wonderful simulation to get some perspective.",
|
|
546 | 547 | "Vortex::TotalPerspective" : "lib/Vortex/TotalPerspective.pm6"
|
547 | 548 | },
|
548 | 549 | "depends" : [ ],
|
| 550 | + "build-depends" : [ ], |
| 551 | + "test-depends" : [ ], |
549 | 552 | "resources" : [ ],
|
| 553 | + "tags": [ |
| 554 | + "Vortex", "Total", "Perspective" |
| 555 | + ] |
550 | 556 | "source-url" : "git://github.com/R<you>/Vortex-TotalPerspective.git"
|
551 | 557 | }
|
552 | 558 | =end code
|
|
557 | 563 | details). If the version number doesn't matter to you or your users
|
558 | 564 | right now, you can just put in an asterisk (*) for the version.
|
559 | 565 |
|
| 566 | + The C<auth> section identifies the author in GitHub or other repository hosting site, such as Bitbucket. |
| 567 | +
|
560 | 568 | The C<authors> section includes a list of all the module authors. In
|
561 | 569 | the case there is only one author, a single element list must be
|
562 | 570 | supplied.
|
|
582 | 590 | list of the files in your C<resources> directory that you wish to be
|
583 | 591 | installed, these will be installed with hashed names alongside your
|
584 | 592 | library files and their installed location can be determined through the
|
585 |
| - C<%?RESOURCES> Hash indexed on the name provided. |
| 593 | + C<%?RESOURCES> Hash indexed on the name provided. C<tags> is also optional, but is used to describe the module in the Perl6 ecosystem. |
| 594 | +
|
| 595 | + C<depends>, C<build-depends> and C<test-depends> include different modules that are used in those phases of the of installation. The last two are optional, but convenient. |
586 | 596 |
|
587 | 597 | The L<Test::META module | https://github.com/jonathanstowe/Test-META/>
|
588 | 598 | can help you check the correctness of the META6.json file.
|
|
0 commit comments