File: Makefile.PL

package info (click to toggle)
libxml-csv-perl 0.15-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 76 kB
  • ctags: 10
  • sloc: perl: 305; makefile: 36
file content (8 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	   => 'XML::CSV',
    'VERSION_FROM' => 'CSV.pm',
    'PM'           => { 'CSV.pm' => '$(INST_LIBDIR)/CSV.pm', },
);