-
perl-URI-Find-20111103-4.fc19.noarch
This module does one thing: Finds URIs and URLs in plain text. It finds
them quickly and it finds them *all* (or what URI::URL considers a URI to
be.) It only finds URIs which include a scheme (http:// or the like), for
something a bit less strict have a look at URI::Find::Schemeless.
For a command-line interface, see Darren Chamberlain's 'urifind' script.
It's available from his CPAN directory:
http://www.cpan.org/authors/id/D/DA/DARREN/
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Unicode-EastAsianWidth-1.33-3.lbn19.noarch
This module provide user-defined Unicode properties that deal with width
status of East Asian characters, as specified in
<http://www.unicode.org/unicode/reports/tr11/>.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Unicode-Map8-0.13-12.fc19.x86_64
The Unicode::Map8 class implements efficient mapping tables between
8-bit character sets and 16 bit character sets like Unicode. About
170 different mapping tables between various known character sets and
Unicode is distributed with this package. The source of these tables
is the vendor mapping tables provided by Unicode, Inc. and the code
tables in RFC 1345. New maps can easily be installed.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Unicode-Map8-0.13-12.fc19.armv6hl
The Unicode::Map8 class implements efficient mapping tables between
8-bit character sets and 16 bit character sets like Unicode. About
170 different mapping tables between various known character sets and
Unicode is distributed with this package. The source of these tables
is the vendor mapping tables provided by Unicode, Inc. and the code
tables in RFC 1345. New maps can easily be installed.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Unicode-String-2.09-28.fc19.armv6hl
Perl modules to handle various Unicode issues.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Unicode-String-2.09-28.lbn19.x86_64
Perl modules to handle various Unicode issues.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
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