We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5518ff3 + 524b9a3 commit e54cdf1Copy full SHA for e54cdf1
docs/indexing.md
@@ -104,6 +104,15 @@ Defaults to true. Set to false by MetaCPAN::Script::Release if any of the
104
Modules (via Files) in the Release are marked unauthorized but indexed.
105
106
107
+### release.status and file.status
108
+
109
+Release status is "cpan" by default. When a file is deleted, its status
110
+changes to "backpan". MetaCPAN::Script::Latest is in charge of marking
111
+Releases as "latest" when they're in PAUSE's 02packages file (and demoting
112
+previous "latest" Releases back to "cpan"). The status field of Files is just
113
+a copy of their Release's status (I **think**).
114
115
116
117
## Notes on timing/ordering
118
0 commit comments