Skip to content

Commit 735f2f4

Browse files
committed
More fully state that development is done using Module::Build.
1 parent 9475ffe commit 735f2f4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.developer

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
General development: While there is Makefile.PL/EU::MM support within the
22
distribution, a lot of the authoring stuff depends upon Build.PL/M::B, in
3-
particular, running author tests.
3+
particular, running author tests. Only do releases using M::B.
44

55
Naming standard: Things that are distribution-private (as opposed to
66
class/package-private) begin with double underscore.

README.release

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
These are recommended steps to performing a Perl::Critic release to CPAN.
22

33
** TODO: this is just a rough draft with some ideas. This needs to be
4-
filled out by an expert.
4+
filled out by an expert. Do you know of any? :]
55

66
* Pre-release
77
- testing
88
- author testing
9-
- Build distmeta
10-
- Build manifest
119
* Release tools
12-
- ??? (chris uses cpan-upload)
10+
- Use Build.PL to build the tarball-- it enforces running author tests as
11+
part of generation.
12+
- ??? (chris uses cpan-upload) (e. uses the standard pause form)
1313
* Post-release
1414
- announce?
1515
- set co-maint in PAUSE for any new modules

0 commit comments

Comments
 (0)