diff options
| author | Leif Johansson <leifj@sunet.se> | 2011-01-26 14:42:17 +0100 |
|---|---|---|
| committer | Leif Johansson <leifj@sunet.se> | 2011-01-26 14:42:17 +0100 |
| commit | 4a19966c3bb9f7dce1cca158163d583a33458723 (patch) | |
| tree | bbe55f7b708c52011052c9bf9afdddc6be4a9755 /META.yml | |
import
Diffstat (limited to 'META.yml')
| -rwxr-xr-x | META.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/META.yml b/META.yml new file mode 100755 index 0000000..4b9600b --- /dev/null +++ b/META.yml @@ -0,0 +1,21 @@ +# http://module-build.sourceforge.net/META-spec.html +#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# +name: LDAPShell +version: 1.00 +version_from: LDAPShell.pm +installdirs: site +requires: + Getopt::Long: 0 + Net::LDAP: 0 + Net::LDAP::LDIF: 0 + ResourcePool: 0 + ResourcePool::Factory::Net::LDAP: 0 + Term::ANSIColor: 0 + Term::ReadLine: 0 + Term::ReadLine::Gnu: 0 + Text::FormatTable: 0 + Unicode::String: 0 + URI: 0 + +distribution_type: module +generated_by: ExtUtils::MakeMaker version 6.17 |
