Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Number-Format-1.75-bp155.2.9 RPM for noarch

From OpenSuSE Leap 15.5 for noarch

Name: perl-Number-Format Distribution: SUSE Linux Enterprise 15 SP5
Version: 1.75 Vendor: openSUSE
Release: bp155.2.9 Build date: Wed May 17 15:45:49 2023
Group: Development/Libraries/Perl Build host: lamb16
Size: 68249 Source RPM: perl-Number-Format-1.75-bp155.2.9.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/Number-Format/
Summary: Perl extension for formatting numbers
These functions provide an easy means of formatting numbers in a manner
suitable for displaying to the user.

There are two ways to use this package. One is to declare an object of type
Number::Format, which you can think of as a formatting engine. The various
functions defined here are provided as object methods. The constructor
'new()' can be used to set the parameters of the formatting engine. Valid
parameters are:

  THOUSANDS_SEP     - character inserted between groups of 3 digits
  DECIMAL_POINT     - character separating integer and fractional parts
  MON_THOUSANDS_SEP - like THOUSANDS_SEP, but used for format_price
  MON_DECIMAL_POINT - like DECIMAL_POINT, but used for format_price
  INT_CURR_SYMBOL   - character(s) denoting currency (see format_price())
  DECIMAL_DIGITS    - number of digits to the right of dec point (def 2)
  DECIMAL_FILL      - boolean; whether to add zeroes to fill out decimal
  NEG_FORMAT        - format to display negative numbers (def ``-x'')
  KILO_SUFFIX       - suffix to add when format_bytes formats kilobytes (trad)
  MEGA_SUFFIX       -    "    "  "    "        "         "    megabytes (trad)
  GIGA_SUFFIX       -    "    "  "    "        "         "    gigabytes (trad)
  KIBI_SUFFIX       - suffix to add when format_bytes formats kibibytes (iec)
  MEBI_SUFFIX       -    "    "  "    "        "         "    mebibytes (iec)
  GIBI_SUFFIX       -    "    "  "    "        "         "    gibibytes (iec)

They may be specified in upper or lower case, with or without a leading
hyphen ( - ).

Provides

Requires

License

Artistic-1.0 or GPL-1.0+

Changelog

* Mon Jun 29 2015 coolo@suse.com
  - updated to 1.75
    see /usr/share/doc/packages/perl-Number-Format/CHANGES
    Changes for version 1.75 (June 25, 2015)
    - -----------------------
    - Export only necessary from POSIX (RT#99970, thanks Alexandr Ciornii)
    - Upgrade Makefile.PL (thanks Alexandr Ciornii)
    - Fix testing issue with missing locales (RT 97607, 97766, thanks to KHW)
      (thanks David Solimano)
    - Fix testing issue with bad Russian data on some platforms (RT 92666)
      (thanks David Solimano)
    - Add t/bigfloat.t (thanks Paul Miller / Alexandr Ciornii)
    Changes for version 1.74 (April 19, 2011)
    - -----------------------
    - Only Perl 5.10.0 and newer supported
    - Allow multi-character (e.g. " " for thousands_sep) (thanks
      Nick Patch; RT 65489)
    - Strip out illegal negative values returned by localeconv(),
      observed on Windows - see @IGNORE_NEGATIVE (thanks Adam Kennedy;
      RT 56802)
    - Manage warnings when undef is passed to methods (RT 48038)
    - Fix round() for Math::BigFloat objects (RT 62059)
* Thu Jan 17 2013 cfarrell@suse.com
  - license update: Artistic-1.0 or GPL-1.0+
    See the bottom of README
* Thu Dec 06 2012 mopp@gmx.net
  - removed perl-macros for openSUSE 11.4 and higher.
* Mon Aug 22 2011 lars@linux-schulserver.de
  - update to 1.73
    + Add support for IEC60027 (Ki, Mi, Gi prefixes) with mode option
    + Minor tweak to format_bytes test for German locales
    + many bug fixes
    + for more details, please see:
    /usr/share/doc/packages/perl-Number-Format/CHANGES
  - specfile rebuild via cpanspec
* Wed Dec 01 2010 coolo@novell.com
  - switch to perl_requires macro
* Mon Nov 29 2010 coolo@novell.com
  - remove /var/adm/perl-modules
* Tue Oct 19 2010 coolo@novell.com
  - add perl as explicit buildrequire

Files

/usr/lib/perl5/vendor_perl/5.26.1/Number
/usr/lib/perl5/vendor_perl/5.26.1/Number/Format.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Number-Format
/usr/share/doc/packages/perl-Number-Format/CHANGES
/usr/share/doc/packages/perl-Number-Format/README
/usr/share/doc/packages/perl-Number-Format/TODO
/usr/share/man/man3/Number::Format.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 19:57:54 2024