• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

gentest/H09-Oct-2021-166114

lib/H09-Oct-2021-2,7951,789

t/H09-Oct-2021-2,6972,073

xt/H09-Oct-2021-649482

BUGSH A D21-Dec-2019836 2718

CHANGESH A D09-Oct-202111.6 KiB466262

LICENSEH A D21-Dec-2019109 32

MANIFESTH A D09-Oct-20211.4 KiB6766

MANIFEST.SKIPH A D03-Oct-20211.6 KiB11293

META.jsonH A D09-Oct-20211.2 KiB5554

META.ymlH A D09-Oct-2021647 2827

Makefile.PLH A D09-Oct-20211.9 KiB6539

READMEH A D04-Oct-20211 KiB5132

README.mdH A D04-Oct-20211.2 KiB5632

SIGNATUREH A D09-Oct-20216.6 KiB9285

TODOH A D21-Dec-2019195 74

README

1bignum
2
3bigint/bigrat/bignum - transparent big number support
4
5INSTALLATION
6
7To install these modules, unpack the distribution file, and run the following
8commands:
9
10    perl Makefile.PL
11    make
12    make test
13    make install
14
15SUPPORT AND DOCUMENTATION
16
17After installing, you can find documentation for these modules with the
18perldoc command.
19
20    perldoc bigint
21    perldoc bigrat
22    perldoc bignum
23
24You can also look for information at:
25
26    GitHub
27        https://github.com/pjacklam/p5-bignum
28
29    RT: CPAN's request tracker
30        https://rt.cpan.org/Dist/Display.html?Name=bignum
31
32    MetaCPAN
33        https://metacpan.org/release/bignum
34
35    CPAN Testers Matrix
36        http://matrix.cpantesters.org/?dist=bignum
37
38    CPAN Ratings
39        https://cpanratings.perl.org/dist/bignum
40
41COPYRIGHT
42
43Copyright 2002-2007 Tels, L<http://bloodgate.com>.
44
45Copyright 2014- Peter John Acklam L<pjacklam@gmail.com>.
46
47LICENCE
48
49This program is free software; you can redistribute it and/or modify it
50under the same terms as Perl itself.
51

README.md

1# bignum
2
3bigint/bigrat/bignum - transparent big number support
4
5# INSTALLATION
6
7To install these modules, unpack the distribution file, and run the following
8commands:
9
10    perl Makefile.PL
11    make
12    make test
13    make install
14
15# SUPPORT AND DOCUMENTATION
16
17After installing, you can find documentation for these modules with the
18perldoc command.
19
20    perldoc bigint
21    perldoc bigrat
22    perldoc bignum
23
24You can also look for information at:
25
26- GitHub
27
28    [https://github.com/pjacklam/p5-bignum](https://github.com/pjacklam/p5-bignum)
29
30- RT: CPAN's request tracker
31
32    [https://rt.cpan.org/Dist/Display.html?Name=bignum](https://rt.cpan.org/Dist/Display.html?Name=bignum)
33
34- MetaCPAN
35
36    [https://metacpan.org/release/bignum>](https://metacpan.org/release/bignum)
37
38- CPAN Testers Matrix
39
40    [http://matrix.cpantesters.org/?dist=bignum](http://matrix.cpantesters.org/?dist=bignum)
41
42- CPAN Ratings
43
44    [https://cpanratings.perl.org/dist/bignum](https://cpanratings.perl.org/dist/bignum)
45
46# COPYRIGHT
47
48Copyright 2002-2007 Tels, http://bloodgate.com.
49
50Copyright 2014- Peter John Acklam pjacklam@gmail.com.
51
52# LICENCE
53
54This program is free software; you can redistribute it and/or modify it
55under the same terms as Perl itself.
56