File: INSTALL

package info (click to toggle)
libdigest-perl-md5-perl 1.9-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 172 kB
  • sloc: perl: 727; fortran: 105; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 520 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

The normal way looks like this:

	perl Makefile.PL
	make
	make test
	make install

For details see

	perldoc perlmodinstall
	perldoc ExtUtils::MakeMaker

If you don't have a 'make' command on your system, just copy
the 'MD5.pm' file to a directory named 'Digest/Perl/',
e.g. /home/lackas/usr/perl/Digest/Perl/MD5.pm
and insert that directory to Perl's search path with a 
'use lib' statement:

	use lib '/home/lackas/usr/perl/';
	use Digest::Perl::MD5

That's all.

Have fun,
	Christian Lackas, <delta (at) lackas.net>