Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion berlin-consensus.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ to ensure good governance and responsible administration.
be at any point in time) was the initial choice for tie-breaker.

6. No stable distribution should ship until some degree of stability is
verified (e.g. though a combination of smoke reports, dependency smokes,
verified (e.g. through a combination of smoke reports, dependency smokes,
etc.); the choice of specific mechanisms were left to the discretion of
maintainers. The group called out one exception: emergency fixes to a
broken stable release should proceed without delay.
Expand Down
2 changes: 1 addition & 1 deletion cpan-packaging.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Introduction

This document provides guidelines for various aspects of packaging modules on CPAN into operating system packages, to be distributed and installed independent of CPAN. As such this is directed at operating system packagers, to explain what they should expect to recieve from CPAN and how to interact with it. Most of this information is also available elsewhere, but not in one place. The other documents in this repository provide further details on many aspects of it.
This document provides guidelines for various aspects of packaging modules on CPAN into operating system packages, to be distributed and installed independent of CPAN. As such this is directed at operating system packagers, to explain what they should expect to receive from CPAN and how to interact with it. Most of this information is also available elsewhere, but not in one place. The other documents in this repository provide further details on many aspects of it.

# Build phases

Expand Down
2 changes: 1 addition & 1 deletion lancaster-consensus.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ Additionally, we agreed that unused, inactive PAUSE IDs should be deleted
and made available for reuse after a period of time. Specifically, any
PAUSE ID that ever uploaded anything must not be deleted (because the files
exists on BackPAN under that PAUSE ID). A login to PAUSE (or via a proxy
like rt.pcan.org) is sufficient to indicate activity. Inactive IDs will
like rt.cpan.org) is sufficient to indicate activity. Inactive IDs will
not be deleted without a warning message about logging in to PAUSE.

### Automating CPAN directory cleanup
Expand Down
4 changes: 2 additions & 2 deletions lyon-compromise.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ behavior based on discussions at the Lyon QAH. Participants: David Golden,
Ricardo Signes, Karen Etheridge, Leon Timmermans, Peter Rabbitson and
Graham Knop

* version comparision should be done irrespective of the presence of
* version comparison should be done irrespective of the presence of
underscores in the string used to initialize the version object

* underscore should no longer be used as a tuple separator in vstrings or
vstring-like strings; vstrings are converted to tuples by splitting into
*characters* (not bytes) and converting to codepoints; any elements after
the first must be in the range 0-999

* numify/normal should produce a standarized string representation without
* numify/normal should produce a standardized string representation without
underscores

* stringify should produce the best possible representation of the value
Expand Down
2 changes: 1 addition & 1 deletion oslo-consensus.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ others not run them). It should also make implementation simpler.
## `RELEASE_TESTING`

The group felt that the use of author/release test scripts (POD testing, Perl
Critic and so on) was mature and wide-spread enough that we could readonably
Critic and so on) was mature and wide-spread enough that we could reasonably
define an environment variable for this context.

Different developers and systems are currently using a variety of different
Expand Down