Blame INSTALL

Packit 3e1c34
System Requirements
Packit 3e1c34
-------------------
Packit 3e1c34
Packit 3e1c34
The following Perl version and packages are required for...
Packit 3e1c34
Packit 3e1c34
...building Mail::SPF:
Packit 3e1c34
Packit 3e1c34
  Perl 5.6
Packit 3e1c34
  Module-Build 0.2805
Packit 3e1c34
  Test-More
Packit 3e1c34
  Net-DNS-Resolver-Programmable 0.003
Packit 3e1c34
  (plus all the run-time requirements)
Packit 3e1c34
Packit 3e1c34
...running Mail::SPF:
Packit 3e1c34
Packit 3e1c34
  Perl 5.6
Packit 3e1c34
  version
Packit 3e1c34
  Error
Packit 3e1c34
  NetAddr-IP 4
Packit 3e1c34
  Net-DNS 0.62
Packit 3e1c34
  URI 1.13
Packit 3e1c34
Packit 3e1c34
Building and Installing
Packit 3e1c34
-----------------------
Packit 3e1c34
Packit 3e1c34
You can build and install Mail::SPF automatically using the CPAN shell, or
Packit 3e1c34
manually with the following commands:
Packit 3e1c34
Packit 3e1c34
  perl Build.PL
Packit 3e1c34
  ./Build
Packit 3e1c34
  ./Build test
Packit 3e1c34
  ./Build install
Packit 3e1c34
Packit 3e1c34
If you want to install Mail::SPF without root privileges, then the hard-coded
Packit 3e1c34
installation of the "spfd" executable to /usr/sbin poses a problem (cf.
Packit 3e1c34
rt.cpan.org #34768).  This path had to be hard-coded because Perl's built-in
Packit 3e1c34
Config.pm does not specify an "sbin" path that Module::Build could use as a
Packit 3e1c34
suitable "sbin" install path.
Packit 3e1c34
Packit 3e1c34
You can, however, work around this limitation by using the "--install_path"
Packit 3e1c34
option during installation:
Packit 3e1c34
Packit 3e1c34
  ./Build install --install_path sbin=/desired/sbin/path
Packit 3e1c34
Packit 3e1c34
# $Id: INSTALL 61 2013-07-22 03:45:15Z julian $
Packit 3e1c34
# vim:tw=79