File: INSTALL

package info (click to toggle)
libdevel-profile-perl 1.05-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 132 kB
  • sloc: perl: 215; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 668 bytes parent folder | download | duplicates (4)
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
27
28

Installing:

 1. verify that you have the prerequisites installed

      + perl
	perl is required for both this module and the perl program you wish
	to profile. the software has been tested with 5.6.1 and should work
	with anything more recent, and maybe less recent, as well.
        Find perl at www.perl.org

      + Time::HiRes
	is required in order to perform timing calculations.
	it ships with recent versions of perl, or can be
	downloaded from CPAN

 2. unbundle the tarball

 3. run 'perl Makefile.PL'

 4. run 'make'

 5. run 'make install'

 6. run 'perldoc Devel::Profile'

 7. you are finished, sing a happy song, or, optionally, send in a bug report