File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,21 @@ Wildcards: ? matches a single character, * matches any number of characters
4848
4949See our [missing module](/about/missing_modules) page.
5050
51+ ## What does the river stage indicate?
52+
53+ The river stage of a distribution is an indication of how much of CPAN depends on that distribution.
54+ Distributions in river stages 0-2 may not impact much of the ecosystem with breaking changes or failing tests,
55+ but distributions in river stages 4-5 must be updated with the utmost care.
56+ See [River of CPAN](http://neilb.org/2015/04/20/river-of-cpan.html).
57+
58+ ## What does the bus factor indicate?
59+
60+ The bus factor of a distribution is a count of CPAN authors who have permissions to release that distribution
61+ who have made any releases to CPAN in the past two years (including other distributions).
62+ This is an indication of how many people are likely to be able to release critical fixes in a timely manner.
63+ Higher bus factors are crucial for distributions in a higher river stage, as more of CPAN depends on them.
64+ See [CPAN Bus Factor](https://www.olafalders.com/2021/06/30/cpan-bus-factor/).
65+
5166## How can I get involved / who is involved?
5267
5368* [Contact us](/about/contact)
You can’t perform that action at this time.
0 commit comments