Index: ossp-pkg/uuid/perl/MANIFEST RCS File: /v/ossp/cvs/ossp-pkg/uuid/perl/Attic/MANIFEST,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/uuid/perl/Attic/MANIFEST,v' 2>/dev/null --- MANIFEST 2004/11/03 14:52:09 1.1 +++ MANIFEST 2004/11/03 18:01:50 1.2 @@ -5,4 +5,3 @@ uuid.pm uuid.pod uuid.ts -META.yml Module meta-data (added by MakeMaker) Index: ossp-pkg/uuid/perl/Makefile.PL RCS File: /v/ossp/cvs/ossp-pkg/uuid/perl/Attic/Makefile.PL,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/uuid/perl/Attic/Makefile.PL,v' 2>/dev/null --- 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\./