aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-Math-Decimal64/README
diff options
context:
space:
mode:
authorEdinaldo P. Silva <edps.mundognu@gmail.com>2016-09-18 17:00:34 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-09-18 17:00:34 +0700
commitc6f3154a46b7f3d89196a00e4aea87122bb9e613 (patch)
tree699f7c55e477a441e33727dd708f7bdac9d07367 /perl/perl-Math-Decimal64/README
parentb03f57b7cb748593d3c8c306c813586a51bdfbe9 (diff)
perl/perl-Math-Decimal64: Added (interface to C's _Decimal64).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Math-Decimal64/README')
-rw-r--r--perl/perl-Math-Decimal64/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/perl/perl-Math-Decimal64/README b/perl/perl-Math-Decimal64/README
new file mode 100644
index 0000000000000..b08dfd04c01a8
--- /dev/null
+++ b/perl/perl-Math-Decimal64/README
@@ -0,0 +1,8 @@
+perl-Math-Decimal64 (perl interface to C's _Decimal64 operations).
+
+perl interface to C's _Decimal64 operations.
+
+In order to compile this module, a C compiler that provides the
+_Decimal64 type is needed.
+
+For tests only, optional deps: perl-Test-Pod.