From 7a43cba72325a0e190dd7b6ce0ceab3893e1205a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 12 Jan 2008 22:00:14 +0100 Subject: pidl: Add CPAN metadata. (This used to be commit 7569fd5fce55fdc5c2639ec5c0a8e39e37a21fe8) --- source4/pidl/MANIFEST | 2 +- source4/pidl/META.yml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 source4/pidl/META.yml diff --git a/source4/pidl/MANIFEST b/source4/pidl/MANIFEST index 7f30c3ab54..051c5d2b19 100644 --- a/source4/pidl/MANIFEST +++ b/source4/pidl/MANIFEST @@ -40,4 +40,4 @@ idl.yp TODO README pidl -META.yml Module meta-data (added by MakeMaker) +META.yml diff --git a/source4/pidl/META.yml b/source4/pidl/META.yml new file mode 100644 index 0000000000..4822b50f09 --- /dev/null +++ b/source4/pidl/META.yml @@ -0,0 +1,18 @@ +name: Parse-Pidl +abstract: Generate parsers / DCE/RPC-clients from IDL +author: + - Andrew Tridgell + - Jelmer Vernooij + - Stefan Metzmacher + - Tim Potter +license: gplv3 +installdirs: site +homepage: http://www.samba.org/ +bugtracker: http://bugzilla.samba.org/ +requires: + Parse::Yapp: 0 +recommends: + Data::Dumper: 0 +meta-spec: + version: 1.3 + url: http://module-build.sourceforge.net/META-spec-v1.3.html -- cgit