File: Makefile.PL

package info (click to toggle)
libfinance-streamer-perl 1.10-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 76 kB
  • ctags: 15
  • sloc: perl: 414; makefile: 40
file content (9 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'		=> 'Finance::Streamer',
    'VERSION_FROM'	=> 'lib/Finance/Streamer.pm',
    'PREREQ_PM'		=> { IO::Socket::INET 	=> 1.25,
    			     IO::Select 	=> 1.14},
);