Skip to content

Commit dd1413a

Browse files
committed
Revise developer instructions, now that EU::MM is not supported at all.
1 parent a7788a1 commit dd1413a

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README.developer

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

5-
Naming standard: Things that are distribution-private (as opposed to
6-
class/package-private) begin with double underscore.
2+
## Naming Standard
73

8-
Steps for adding a new Policy:
4+
Things that are distribution-private (as opposed to class/package-private)
5+
begin with double underscore.
6+
7+
## Steps for adding a new Policy:
98

109
* Create tests in t/[category]/[name].run
1110
* Create the .pm in lib/Perl/Critic/Policy/[category]/[name].pm
12-
* If it applies_to() PPI::Document, perhaps add an exception in
13-
t/03_pragmas.t
11+
* If it applies_to() PPI::Document, perhaps add an exception in t/03_pragmas.t
1412
* Mention it in Changes
15-
* svn add t/[category]/[name].run lib/Perl/Critic/Policy/[category]/[name].pm
16-
* tools/svnkeywords t/[category]/[name].run lib/Perl/Critic/Policy/[category]/[name].pm
1713

1814
* Remove from TODO
1915
* After release, set co-maint in PAUSE
2016

21-
Command for generating POD for perlcritic.com site:
17+
## Command for generating POD for perlcritic.com site:
2218

2319
perl -MPod::Simple::HTMLBatch -e 'Pod::Simple::HTMLBatch::go' lib ../../perlcritic.com/htdocs/pod/
2420

0 commit comments

Comments
 (0)