summaryrefslogtreecommitdiff
path: root/pod/perltodo.pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-14 16:51:09 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-14 16:55:33 +0100
commit0be987a291dca2e27ebe17569a5442b14fcaa944 (patch)
tree6f6dce91c3c8dd54c0a484bb43f3665df75a51b0 /pod/perltodo.pod
parenteeab323ffcafa032cc1de5436f6cd56bea0372ea (diff)
downloadperl-0be987a291dca2e27ebe17569a5442b14fcaa944.tar.gz
Note how various parts of perldelta writing could be automated.
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r--pod/perltodo.pod18
1 files changed, 18 insertions, 0 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index e94c74997b..d9f0aad0b2 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -26,6 +26,24 @@ programming languages offer you 1 line of immortality?
=head1 Tasks that only need Perl knowledge
+=head2 Automate perldelta generation
+
+The perldelta file accompanying each release summaries the major changes.
+It's mostly manually generated currently, but some of that could be
+automated with a bit of perl, specifically the generation of
+
+=over
+
+=item Modules and Pragmata
+
+=item New Documentation
+
+=item New Tests
+
+=back
+
+See F<Porting/how_to_write_a_perldelta.pod> for details.
+
=head2 Remove macperl references from tests
MacPerl is gone. The tests don't need to be there.