diff options
author | Jan F. Chadima <jfch@jagda.eu> | 2017-11-07 13:44:00 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-11-07 13:44:00 +0000 |
commit | 1e056c2596dd60cb9d279bd5432200ac6ae3de6f (patch) | |
tree | 7496ba5e93a5e9df23ad085024d9170796e8d34f /perl/perl-String-Scanf/slack-desc | |
parent | b442552a1f5b2f09f2479973b4793dba9c4d24f1 (diff) |
perl/perl-String-Scanf: Added (emulate sscanf() of the C library).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-String-Scanf/slack-desc')
-rw-r--r-- | perl/perl-String-Scanf/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/perl/perl-String-Scanf/slack-desc b/perl/perl-String-Scanf/slack-desc new file mode 100644 index 000000000000..23cd6b05e539 --- /dev/null +++ b/perl/perl-String-Scanf/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +perl-String-Scanf: perl-String-Scanf (emulate sscanf() of the C library) +perl-String-Scanf: +perl-String-Scanf: String::Scanf supports scanning strings for data using formats +perl-String-Scanf: similar to the libc/stdio sscanf(). It supports %d, %u, %x, %o, +perl-String-Scanf: %e, %f, %g, %s and %c formats. +perl-String-Scanf: Formats %p, %n, %S, %C are not supported. +perl-String-Scanf: +perl-String-Scanf: Homepage: https://metacpan.org/release/String-Scanf +perl-String-Scanf: +perl-String-Scanf: +perl-String-Scanf: |