File: Makefile.PL

package info (click to toggle)
libtie-dxhash-perl 0.93-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge, squeeze, wheezy
  • size: 84 kB
  • ctags: 18
  • sloc: perl: 89; makefile: 50
file content (8 lines) | stat: -rw-r--r-- 243 bytes parent folder | download
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;

WriteMakefile(
	      ABSTRACT_FROM => 'lib/Tie/DxHash.pm',
	      AUTHOR        => 'Kevin Ruscoe (Kevin.Ruscoe@ubsw.com)',
	      NAME          => 'Tie::DxHash',
	      VERSION_FROM  => 'lib/Tie/DxHash.pm',
	     );