Personal tools
Skip to content. | Skip to navigation
Tests from perl-Archive-Tar. Execute them with "/usr/libexec/perl-Archive-Tar/test".
The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. Zip archives can be created, or you can read from existing zip files. Once created, they can be written to files, streams, or strings. Members can be added, removed, extracted, replaced, rearranged, and enumerated. They can also be renamed or have their dates, comments, or other attributes queried or modified. Their data can be compressed or uncompressed as needed. Members can be created from members in existing Zip files, or from existing directories, files, or strings.
This Perl module, when inherited by a package, allows that package's class to define attribute handler subroutines for specific attributes. Variables and subroutines subsequently defined in that package, or in packages derived from that package may be given attributes with the same names as the attribute handler subroutines, which will then be called in one of the compilation phases (i.e. in a "BEGIN", "CHECK", "INIT", or "END" block).
Make SpamAssassin use Courier user authentication
This module supports DIGEST-MD5 SASL authentication as defined in RFC-2831.
SASL is a generic mechanism for authentication used by several network protocols. Authen::SASL provides an implementation framework that all protocols should be able to share.
The AutoLoader module works with the AutoSplit module and the "__END__" token to defer the loading of some subroutines until they are used rather than loading them all at once.
Split up your program into files that the AutoLoader module can handle. It is used by both the standard Perl libraries and by the ExtUtils::MakeMaker utility, to automatically configure libraries for automatic loading.
The "B" module supplies classes which allow a Perl program to delve into its own innards. It is the module used to implement the backends of the Perl compiler.
This module allows you to execute code when Perl has finished compiling the surrounding scope.