File: Makefile.PL

package info (click to toggle)
libdata-swap-perl 0.08-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: perl: 1,074; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
use 5.006;
use ExtUtils::MakeMaker;

WriteMakefile(
	NAME		=> 'Data::Swap',
	VERSION_FROM	=> 'lib/Data/Swap.pm',
	ABSTRACT_FROM	=> 'lib/Data/Swap.pm',
	AUTHOR		=> 'Matthijs van Duin <xmath@cpan.org>',
	NO_META		=> 42
);