Lines Matching +full:debian +full:- +full:build +full:- +full:testing
4 - [General Notes](#general-notes)
5 - [Perl on Windows](#perl-on-windows)
6 - [Perl on VMS](#perl-on-vms)
7 - [Perl on NonStop](#perl-on-nonstop)
8 - [Required Perl modules](#required-perl-modules)
9 - [Notes on installing a Perl module](#notes-on-installing-a-perl-module])
12 -------------
16 source, so if you build Perl on your own, you should be set.
23 - on Linux distributions based on Debian, the package `perl` will
25 - on Linux distributions based on RPMs, you will need to install
26 `perl-core` rather than just `perl`.
33 ---------------
35 There are a number of build targets that can be viewed as "Windows".
36 Indeed, there are `VC-*` configs targeting VisualStudio C, as well as
38 that matches the build environment. For example, if you will build
41 For VC-* builds we recommend Strawberry Perl, from <http://strawberryperl.com>.
47 -----------
51 `README-VMS.md` and follow the instructions. Another way is to download a
56 ---------------
67 ---------------------
78 * `Test::More` this is required *for testing*
82 This module is required for testing only! If you don't plan on running
86 ---------------------------------
95 On Debian based Linux distributions, it would go like this:
97 $ apt-cache search Text::Template
99 libtext-template-perl - perl module to process text templates
100 $ sudo apt-get install libtext-template-perl
102 Perl modules in Debian based distributions use package names like
104 "-perl" appended.
109 $ cpan -i Text::Template
118 $ cpan -f -i Text::Template
123 $ cpan -i "Text::Template"
127 $ cpan -f -i "Text::Template"