SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-String-Formatter rpm build for : OpenSuSE. For other distributions click perl-String-Formatter.

Name : perl-String-Formatter
Version : 0.102084 Vendor : obs://build_opensuse_org/home:rdannert
Release : 4.1 Date : 2016-11-25 07:38:01
Group : Development/Libraries/Perl Source RPM : perl-String-Formatter-0.102084-4.1.src.rpm
Size : 0.05 MB
Packager : (none)
Summary : Build sprintf-like functions of your own
Description :
String::Formatter is a tool for building sprintf-like formatting routines.
It supports named or positional formatting, custom conversions, fixed
string interpolation, and simple width-matching out of the box. It is easy
to alter its behavior to write new kinds of format string expanders. For
most cases, it should be easy to build all sorts of formatters out of the
options built into String::Formatter.

Normally, String::Formatter will be used to import a sprintf-like routine
referred to as \"\'stringf\'\", but which can be given any name you like. This
routine acts like sprintf in that it takes a string and some inputs and
returns a new string:

my $output = stringf \"Some %a format %s for you to %u.\
\", { ... };

This routine is actually a wrapper around a String::Formatter object
created by importing stringf. In the following code, the entire hashref
after \"stringf\" is passed to String::Formatter\'s constructor (the \'new\'
method), save for the \'-as\' key and any other keys that start with a dash.

use String::Formatter
stringf => {
-as => \'fmt_time\',
codes => { ... },
format_hunker => ...,
input_processor => ...,
},
stringf => {
-as => \'fmt_date\',
codes => { ... },
string_replacer => ...,
hunk_formatter => ...,
},
;

As you can see, this will generate two stringf routines, with different
behaviors, which are installed with different names. Since the behavior of
these routines is based on the \'format\' method of a String::Formatter
object, the rest of the documentation will describe the way the object
behaves.

There\'s also a \'named_stringf\' export, which behaves just like the
\'stringf\' export, but defaults to the \'named_replace\' and
\'require_named_input\' arguments. There\'s a \'method_stringf\' export, which
defaults \'method_replace\' and \'require_single_input\'. Finally, a
\'indexed_stringf\', which defaults to \'indexed_replaced\' and
\'require_arrayref_input\'. For more on these, keep reading, and check out
the cookbook.

the String::Formatter::Cookbook manpage provides a number of recipes for
ways to put String::Formatter to use.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/rdannert:/aarch64-based_on_42.2/SLE_12_SP2_linked/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
perl(String::Formatter)
perl(String::Formatter::Cookbook)
perl-String-Formatter

Requires :
perl(Sub::Exporter)
perl(:MODULE_COMPAT_5.18.2)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1
perl(Params::Util)


Content of RPM :
/usr/lib/perl5/vendor_perl/5.18.2/String
/usr/lib/perl5/vendor_perl/5.18.2/String/Formatter
/usr/lib/perl5/vendor_perl/5.18.2/String/Formatter.pm
/usr/lib/perl5/vendor_perl/5.18.2/String/Formatter/Cookbook.pm
/usr/lib/perl5/vendor_perl/5.18.2/String/bench.pl
/usr/lib/perl5/vendor_perl/5.18.2/aarch64-linux-thread-multi
/usr/share/doc/packages/perl-String-Formatter
/usr/share/doc/packages/perl-String-Formatter/Changes
/usr/share/doc/packages/perl-String-Formatter/LICENSE
/usr/share/doc/packages/perl-String-Formatter/README
/usr/share/man/man3/String::Formatter.3pm.gz
/usr/share/man/man3/String::Formatter::Cookbook.3pm.gz

 
ICM