No functional change: sort sub definitions.
authorAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>
Sun, 22 Jan 2012 15:31:49 +0000 (10:31 -0500)
committerAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>
Sun, 22 Jan 2012 15:44:50 +0000 (10:44 -0500)
commit8e99750545596e44e49b665268f861b1272422ed
treee5d34f907629e052846fbcccef9732874fefcd9a
parentea04eb410289f9a3919e25d280079d5cfb35d3f0
No functional change: sort sub definitions.

In the code:
* general plugin API calls (in plugins/write order),
* VCS plugin API calls (in plugins/write order), then
* internal support routines (in alphabetical order).

In the tests:
* general meta-behavior (in no particular order, yet),
* general plugin API calls (in plugins/write order),
* VCS plugin API calls (in plugins/write order), then
* internal support routines (in semi-logical order).
IkiWiki/Plugin/cvs.pm
t/cvs.t