Check-in Number:
|
4818 | |
Date: |
2004-Nov-03 19:01:50 (local)
2004-Nov-03 18:01:50 (UTC) |
User: | rse |
Branch: | |
Comment: |
do not generate and insist on the META.yml stuff |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/uuid/perl/MANIFEST 1.1 -> 1.2
--- 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)
|
|
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\./
|
|