1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Adding new perlapi versions
===========================
* create perlapi.pod in perl source tree:
perl autodoc.pl
this creates pod/perlapi.pod;
or grab it from perl-doc:
/usr/share/perl/5.x.y/pod/perlapi.pod
* copy perlapi.pod to libperl-apireference-perl's data/ directory,
rename it to perlapi.5.x.y.pod and xz compress it
* echo data/perlapi.5.x.y.pod.xz >> debian/source/include-binaries
* echo lib/Perl/APIReference/V5_xxx_yyy.pm >> debian/clean
* create a patch to make the version(s) known to
lib/Perl/APIReference.pm
# And probably this could be (semi)automated ...
|