File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 537
537
{
538
538
"perl" : "6.c",
539
539
"name" : "Vortex::TotalPerspective",
540
+ "api" : "1",
540
541
"version" : "0.0.1",
541
542
"description" : "Wonderful simulation to get some perspective.",
542
543
"authors" : [ "R < Your Name > " ],
567
568
568
569
Set C < perl > version to the minimum perl version your module works with.
569
570
571
+ Optionally, you can set an C < api > field. Incrementing this indicates that
572
+ the interface provided by your module is not backwards compatible with a
573
+ previous version.
574
+
575
+ If you want to adhere to L < Semantic Versioning | https://semver.org > , you
576
+ can use the C < api > field. Simply keep the C < api > field to the same value as
577
+ your major version number. A dependency can then depend on your module by
578
+ including a C < :api > part, which will ensure backwards incompatible releases
579
+ will not be pulled in.
580
+
570
581
The C < resources > section is optional, but, if present, should contain a
571
582
list of the files in your C < resources > directory that you wish to be
572
583
installed, these will be installed with hashed names alongside your
You can’t perform that action at this time.
0 commit comments