File: README.source

package info (click to toggle)
libperl-apireference-perl 0.22-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,900 kB
  • ctags: 117
  • sloc: perl: 5,614; makefile: 21
file content (20 lines) | stat: -rw-r--r-- 594 bytes parent folder | download
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 ...