SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : perl-Text-Repository
Version : 1.04 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp155.7.1 Date : 2023-07-20 18:39:18
Group : Development/Libraries/Perl Source RPM : perl-Text-Repository-1.04-lp155.7.1.src.rpm
Size : 0.02 MB
Packager : https://www_suse_com/
Summary : A simple way to manage text without mixing it with Perl
Description :
Text::Repository provides the capability to store, use, and manage text
without having to mix them with Perl scripts and modules. These pieces of
text can then be shared by multiple modules, scripts, or templating systems
with a minimum of fuss.

Text::Repository uses a series of one or more directories (specified either
when the class is instantiated or when needed) as a search path; when a
piece of text is requested using the instance\'s *fetch* method,
Text::Repository looks in each of the directories in turn until it finds a
file with that name. If the file is found, it is opened and read, and the
contents are returned to the caller as a string. Furthermore, the contents
of the file are cached. Successive calls to *fetch* to retrieve the same
piece of text return this cached copy, provided the copy on disk has not
changed more recently than the copy in the cache.

Text::Repository was originally written to share complex SQL queries among
multiple modules; when the usage grew to include printf formats, I realized
it could be generalized to store any kind of text. Because no processing is
done on the text before it is returned, the text in the file can have any
kind of markup. In fact, the contents of the file don\'t even have to be
text; the caller decides how to use the results returned from the *fetch*.

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-Repository-1.04-lp155.7.1.noarch.rpm
     

Provides :
perl(Text::Repository)
perl-Text-Repository

Requires :
perl(:MODULE_COMPAT_5.26.1)
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/Repository.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Text-Repository
/usr/share/doc/packages/perl-Text-Repository/MANIFEST.skip
/usr/share/doc/packages/perl-Text-Repository/README
/usr/share/man/man3/Text::Repository.3pm.gz

 
ICM