App-Addex-AddressBook-LDAP

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4
name: App-Addex-AddressBook-LDAP
requires:
  App::Addex::AddressBook: 0
  App::Addex::Entry: 0
  App::Addex::Entry::EmailAddress: 0
  Carp: 0
  Modern::Perl: 0
  Net::LDAP: 0
  URI: 0
  parent: 0
version: 0.001

Makefile.PL  view on Meta::CPAN

  },
  'DISTNAME' => 'App-Addex-AddressBook-LDAP',
  'EXE_FILES' => [],
  'LICENSE' => 'perl',
  'NAME' => 'App::Addex::AddressBook::LDAP',
  'PREREQ_PM' => {
    'App::Addex::AddressBook' => '0',
    'App::Addex::Entry' => '0',
    'App::Addex::Entry::EmailAddress' => '0',
    'Carp' => '0',
    'Modern::Perl' => '0',
    'Net::LDAP' => '0',
    'URI' => '0',
    'parent' => '0'
  },
  'VERSION' => '0.001',
  'test' => {
    'TESTS' => 't/*.t'
  }
);

lib/App/Addex/AddressBook/LDAP.pm  view on Meta::CPAN

use Modern::Perl;

package App::Addex::AddressBook::LDAP;
BEGIN {
  $App::Addex::AddressBook::LDAP::VERSION = '0.001';
}

# ABSTRACT: LDAP address book for App::Addex

use parent 'App::Addex::AddressBook';

perlcritic.rc  view on Meta::CPAN

[-Miscellanea::RequireRcsKeywords]
[-RegularExpressions::RequireDotMatchAnything]
[-RegularExpressions::RequireExtendedFormatting]
[-RegularExpressions::RequireLineBoundaryMatching]

[Documentation::RequirePodSections]
lib_sections = NAME | SYNOPSIS | AUTHOR | COPYRIGHT AND LICENSE

[-Modules::RequireExplicitPackage]
[Lax::RequireExplicitPackage::ExceptForPragmata]
allowed_pragmata = Modern::Perl

[TestingAndDebugging::RequireUseStrict]
equivalent_modules = Modern::Perl

[TestingAndDebugging::RequireUseWarnings]
equivalent_modules = Modern::Perl

[Variables::ProhibitPunctuationVars]
allow = $@

t/compile.t  view on Meta::CPAN

use Modern::Perl;
use Test::More tests => 1;

use_ok('App::Addex::AddressBook::LDAP');

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 2.643 seconds using v1.00-cache-2.02-grep-82fe00e-cpan-1925d2aa809 )