-
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
-
perl-WWW-RobotRules-6.02-6.fc19.noarch
This module parses /robots.txt files as specified in "A Standard for Robot
Exclusion", at <http://www.robotstxt.org/wc/norobots.html>. Webmasters can
use the /robots.txt file to forbid conforming robots from accessing parts
of their web site.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Want-0.21-5.fc19.armv6hl
This module generalises the mechanism of the wantarray
function, allowing a function to determine in some detail
how its return value is going to be immediately used.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19