libgssapi-perl 0.28-2build1 source package in Ubuntu

Changelog

libgssapi-perl (0.28-2build1) trusty; urgency=low

  * Rebuild for Perl 5.18.
 -- Colin Watson <email address hidden>   Mon, 21 Oct 2013 10:10:37 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main perl

Downloads

File Size SHA-256 Checksum
libgssapi-perl_0.28.orig.tar.gz 66.3 KiB 7d8f2c7b61762fb4ec72d2ec281290f2f87f9c7d298273da4525432a65e770d6
libgssapi-perl_0.28-2build1.debian.tar.gz 3.5 KiB 146a988d7b41c17d047c892e964c56a708faf8e3ef09531721baec091b508225
libgssapi-perl_0.28-2build1.dsc 2.2 KiB 6edbec875e53aa35eccd6fadcf3843681277bc5bdb3476011779001c46d0231c

Available diffs

View changes file

Binary packages built by this source

libgssapi-perl: Perl extension providing access to the GSSAPIv2 library

 This module gives access to the routines of the GSSAPI library,
 as described in rfc2743 and rfc2744 and implemented by the
 Kerberos-1.2 distribution from MIT.
 .
 The API presented by this module is a mildly object oriented
 reinterpretation of the C API, where opaque C structures are
 Perl objects, but the style of function call has been left
 mostly untouched. As a result, most routines modify one or
 more of the parameters passed to them, reflecting the C
 call-by-reference (or call-by-value-return) semantics.