ossp-pkg/uuid/perl/Makefile.PL 1.1 -> 1.2
--- Makefile.PL 2004/11/03 14:52:09 1.1
+++ Makefile.PL 2004/11/03 18:01:50 1.2
@@ -42,8 +42,9 @@
INC => '-I. -I..',
PM => { 'uuid.pm' => '$(INST_LIBDIR)/uuid.pm',
'uuid.pod' => '$(INST_LIBDIR)/uuid.pod' },
- TYPEMAPS => [ 'uuid.tm' ],
+ TYPEMAPS => [ 'uuid.tm' ],
test => { TESTS => 'uuid.ts' },
+ NO_META => 1,
# cruel hack to workaround the conflict between OSSP uuid's
# uuid_create() function and one from FreeBSD's libc
(( "$Config{'osname'}$Config{'osvers'}" =~ m/^freebsd5\./
|
|