From: Jelmer Vernooij Date: Sat, 12 Jan 2008 21:00:14 +0000 (+0100) Subject: pidl: Add CPAN metadata. X-Git-Tag: samba-4.0.0alpha3~510 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=7569fd5fce55fdc5c2639ec5c0a8e39e37a21fe8;hp=e44ee3e60ac4eb56cca02b58fdecb171269daca4 pidl: Add CPAN metadata. --- diff --git a/source/pidl/MANIFEST b/source/pidl/MANIFEST index 7f30c3ab54f..051c5d2b19f 100644 --- a/source/pidl/MANIFEST +++ b/source/pidl/MANIFEST @@ -40,4 +40,4 @@ idl.yp TODO README pidl -META.yml Module meta-data (added by MakeMaker) +META.yml diff --git a/source/pidl/META.yml b/source/pidl/META.yml new file mode 100644 index 00000000000..4822b50f09e --- /dev/null +++ b/source/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