libtest-net-ldap-perl 0.07-2 source package in Ubuntu

Changelog

libtest-net-ldap-perl (0.07-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Tue, 28 Jun 2022 19:07:48 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-net-ldap-perl_0.07-2.dsc 2.1 KiB cbb82eeba26c0e6d58de7599bae3f2362b5f6583efcd76f3df32ef244da68206
libtest-net-ldap-perl_0.07.orig.tar.gz 18.5 KiB 73c9099b4bf1e9c01e795e2cb6c7357ff200570ec989b6d67fa08ddb319280e6
libtest-net-ldap-perl_0.07-2.debian.tar.xz 1.9 KiB 8b1852aa4cc4d876c57e0278c43e84245799966f95c5603910cf773a99acbc5f

Available diffs

No changes file available.

Binary packages built by this source

libtest-net-ldap-perl: Net::LDAP subclass for testing

 Test::Net::LDAP is a subclass of Net::LDAP and provides testing methods for
 LDAP operations, such as search, add, and modify, where each method is
 suffixed with either _ok or _is. (E.g. search_ok and search_is)
 .
 Test::Net::LDAP::Mock is a subclass of Test::Net::LDAP and performs all the
 LDAP operations in memory without connecting to the real LDAP server, so that
 it is easy to set up fake LDAP entries for particular test cases.