summaryrefslogtreecommitdiff
path: root/Porting/how_to_write_a_perldelta.pod
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2009-08-23 16:17:46 +0100
committerDavid Mitchell <davem@iabyn.com>2009-08-23 16:19:08 +0100
commit57b3b745ca01e2d8a868d86e4412a3d5859b3850 (patch)
tree1c90e34fbf5a4253c81d87c9e65941b6efffebcc /Porting/how_to_write_a_perldelta.pod
parent9a073a1d1a270eb53990cb82ec7af8ae00d667c4 (diff)
downloadperl-57b3b745ca01e2d8a868d86e4412a3d5859b3850.tar.gz
add Porting/perldelta_template,
a skeleton outline of a perldelta file
Diffstat (limited to 'Porting/how_to_write_a_perldelta.pod')
-rw-r--r--Porting/how_to_write_a_perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/Porting/how_to_write_a_perldelta.pod b/Porting/how_to_write_a_perldelta.pod
index dd8dac12f5..53265bd75c 100644
--- a/Porting/how_to_write_a_perldelta.pod
+++ b/Porting/how_to_write_a_perldelta.pod
@@ -6,6 +6,12 @@ looks something close to the existing perldeltas". So if it's unclear how
do to do something, see if it's been done before, and if the approach works
there, steal it.
+=head2 Template
+
+Note there is a file F<Porting/perldelta_template> which contains a
+skeleton version of a perldelta.pod file, which should normally be copied
+in at the start of a new release.
+
=head2 Style
Pod is more a physical markup language, rather than a logical markup language.