diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-01-05 20:06:59 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-01-05 20:06:59 +0000 |
commit | a6307b373ec9532e004e407dc524430798c14362 (patch) | |
tree | 3c900478e2617dda64fd5f8f06f756afb8ab2e03 /Porting | |
parent | 1af6200d185d478f416345eedc9641a043650e1b (diff) | |
download | perl-a6307b373ec9532e004e407dc524430798c14362.tar.gz |
Add a small note about numbered feature bundles
p4raw-id: //depot/perl@32855
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/pumpkin.pod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Porting/pumpkin.pod b/Porting/pumpkin.pod index f0f58000b3..3b0bb1165f 100644 --- a/Porting/pumpkin.pod +++ b/Porting/pumpkin.pod @@ -592,6 +592,8 @@ perldelta reference in the top level F<README> (and maybe the copyright year too), the F<META.yml> file (generated via F<Porting/makemeta>, be sure to run it with the current bleadperl), and the meta-info about dual-lived modules in Module::Corelist (F<Porting/corelist.pl> does that). +Make sure the numbered feature bundles in F<lib/feature.pm> are also +correct. =head2 Todo |