SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Text-Pangram rpm build for : OpenSuSE. For other distributions click perl-Text-Pangram.

Name : perl-Text-Pangram
Version : 0.01 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp155.1.1 Date : 2023-07-20 18:41:14
Group : Development/Libraries/Perl Source RPM : perl-Text-Pangram-0.01-lp155.1.1.src.rpm
Size : 0.01 MB
Packager : https://www_suse_com/
Summary : Utilities to Find English Pangrams
Description :
A pangram is a text that contains every letter of the alphabet. This module
provides utilities for identifying pangrams.

* $pangram->new

Constructor. Receives the text that will be analyzed.

* $pangram->is_pangram

Returns true if the supplied text is a pangram.

* $pangram->find_pangram_window

Finds the shortest \"pangrammatic window\" in a text: the shortest span of
text that contains a pangram. It is designed to be fast when scanning
large texts.

The method will return false if the text does not contain a pangram at
all. If the text is pangrammatic, \'$pangram\' will allow you to access
three pieces of data:

* $pangram->window_length

The length of the shortest pangrammatic window.

* $pangram->window

The pangrammatic window from the original text.

* $pangram->stripped_window

The stripped text of the pangrammatic window. (That is, with all
nonalphabetic characters stripped out.)

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/15.5/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Text-Pangram-0.01-lp155.1.1.noarch.rpm
     

Provides :
perl(Text::Pangram)
perl-Text-Pangram

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(List::MoreUtils)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Text
/usr/lib/perl5/vendor_perl/5.26.1/Text/Pangram.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Text-Pangram
/usr/share/doc/packages/perl-Text-Pangram/Changes
/usr/share/doc/packages/perl-Text-Pangram/README
/usr/share/man/man3/Text::Pangram.3pm.gz

 
ICM