-
perl-Unicode-Stringprep-1.105-2.lbn19.noarch
This module implements the stringprep framework for preparing Unicode
text strings in order to increase the likelihood that string input and
string comparison work in ways that make sense for typical users
throughout the world. The stringprep protocol is useful for protocol
identifier values, company and personal names, internationalized domain
names, and other text strings.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Unicode-UTF8-0.60-3.lbn19.x86_64
This module provides functions to encode and decode UTF-8 encoding form as
specified by Unicode and ISO/IEC 10646:2011.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Unix-Syslog-1.1-14.fc19.x86_64
This module provides an interface to the system logger syslogd(8) via
Perl's XSUBs. The implementation attempts to resemble the native libc-
functions of your system, so that anyone being familiar with syslog.h
should be able to use this module right away.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-VM-EC2-1.19-2.lbn19.noarch
The module provides an extensible object-oriented interface as
illustrated by the following code:
my $ec2 = VM::EC2->new(-access_key => 'access key id',
-secret_key => 'aws_secret_key',
-endpoint => 'http://ec2.amazonaws.com');
my $image = $ec2->describe_images('ami-12345');
my $architecture = $image->architecture;
my $description = $image->description;
my @devices = $image->blockDeviceMapping;
for my $d (@devices) {
print $d->deviceName,"\n";
print $d->snapshotId,"\n";
print $d->volumeSize,"\n";
}
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Variable-Magic-0.52-2.fc19.armv6hl
Magic is Perl way of enhancing objects. This mechanism let the user add
extra data to any variable and hook syntaxical operations (such as access,
assignation or destruction) that can be applied to it. With this module,
you can add your own magic to any variable without the pain of the C API.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Variable-Magic-0.52-2.fc19.x86_64
Magic is Perl way of enhancing objects. This mechanism let the user add
extra data to any variable and hook syntaxical operations (such as access,
assignation or destruction) that can be applied to it. With this module,
you can add your own magic to any variable without the pain of the C API.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Version-Requirements-0.101022-243.fc19.noarch
Version::Requirements is now DEPRECATED.
Use CPAN::Meta::Requirements, which is a drop-in replacement.
A Version::Requirements object models a set of version constraints like
those specified in the META.yml or META.json files in CPAN distributions.
It can be built up by adding more and more constraints, and it will reduce
them to the simplest representation.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-WWW-Curl-4.15-9.fc19.x86_64
WWW::Curl is a Perl extension interface for libcurl.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-WWW-Curl-4.15-9.fc19.armv6hl
WWW::Curl is a Perl extension interface for libcurl.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-WWW-Mechanize-1.72-4.fc19.noarch
"WWW::Mechanize", or Mech for short, helps you automate interaction
with a website. It supports performing a sequence of page fetches
including following links and submitting forms. Each fetched page is
parsed and its links and forms are extracted. A link or a form can be
selected, form fields can be filled and the next page can be fetched.
Mech also stores a history of the URLs you've visited, which can be
queried and revisited.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19