<Summary>stringified perl data structures, suitable for both printing and eval</Summary>
<Description>Given a list of scalars or reference variables, writes out their contents in perl syntax. The references can also be objects. The content of each variable is output in a single Perl statement. Handles self-referential structures correctly.</Description>
<Summaryxml:lang="tr">Hem yazdırmaya hem de değerlendirmeye uygun, genişletilmiş perl veri yapıları </Summary>
<Descriptionxml:lang="tr">Bir skalar listesi veya referans değişkenleri göz önüne alındığında, içeriklerini perl sözdiziminde yazar. Referanslar ayrıca nesneler olabilir. Her değişkenin içeriği tek bir Perl ifadesinde çıkar. Kendi kendine başvuru yapıları doğru şekilde işler.</Description>
<Summary>Easily build XS extensions that depend on XS extensions</Summary>
<Description>This module tries to make it easy to build Perl extensions that use functions and typemaps provided by other perl extensions. This means that a perl extension is treated like a shared library that provides also a C and an XS interface besides the perl one.</Description>
<Summaryxml:lang="tr">XS uzantılarına bağlı olan XS uzantılarını kolayca oluşturun</Summary>
<Descriptionxml:lang="tr"> Bu modül, diğer perl uzantıları tarafından sağlanan işlevleri ve yazı tiplerini kullanan Perl uzantılarını oluşturmayı kolaylaştırmaya çalışır. Bu, bir perl uzantısının perl dışında bir C ve XS arayüzü de sağlayan paylaşılan bir kütüphane gibi ele alındığı anlamına gelir.</Description>
<Description>This utility is designed to write a Makefile for an extension module from a Makefile.PL. It is based on the Makefile.SH model provided by Andy Dougherty and the perl5-porters.</Description>
<Descriptionxml:lang="tr"> Bu yardımcı program, bir Makefile.PL dosyasındaki bir uzantı modülü için Makefile yazmak üzere tasarlanmıştır. Andy Dougherty ve perl-porters tarafından sağlanan Makefile.SH modeline dayanmaktadır.</Description>
<Summary>Simplistic interface to pkg-config</Summary>
<Description>The pkg-config program retrieves information about installed libraries, usually for the purposes of compiling against and linking to them.</Description>