diff options
Diffstat (limited to 'docs/manual/adding-packages-perl.txt')
-rw-r--r-- | docs/manual/adding-packages-perl.txt | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/manual/adding-packages-perl.txt b/docs/manual/adding-packages-perl.txt index 53aacbd11c..4062646f45 100644 --- a/docs/manual/adding-packages-perl.txt +++ b/docs/manual/adding-packages-perl.txt @@ -1,13 +1,11 @@ // -*- mode:doc; -*- // vim: set syntax=asciidoc: -Infrastructure for Perl/CPAN packages -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +=== Infrastructure for Perl/CPAN packages [[perl-package-tutorial]] -+perl-package+ tutorial -^^^^^^^^^^^^^^^^^^^^^^^ +==== +perl-package+ tutorial First, let's see how to write a +.mk+ file for a Perl/CPAN package, with an example : @@ -67,8 +65,7 @@ following things should be checked. [[perl-package-reference]] -+perl-package+ reference -^^^^^^^^^^^^^^^^^^^^^^^^ +==== +perl-package+ reference As a policy, packages that provide Perl/CPAN modules should all be named +perl-<something>+ in Buildroot. |