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

..03-May-2022-

lib/Data/H07-Aug-2017-1,417550

t/H07-Aug-2017-1,6611,557

.gitignoreH A D07-Aug-2017117 1211

Build.PLH A D07-Aug-2017902 5046

ChangesH A D07-Aug-20173.4 KiB11770

MANIFESTH A D07-Aug-2017227 2019

META.jsonH A D07-Aug-20171.6 KiB6766

META.ymlH A D07-Aug-2017950 4241

READMEH A D07-Aug-2017741 3522

SIGNATUREH A D07-Aug-20171.7 KiB4235

README

1NAME
2
3Data::Integer - details of the native integer data type
4
5DESCRIPTION
6
7This module is about the native integer numerical data type.  A native
8integer is one of the types of datum that can appear in the numeric part
9of a Perl scalar.  This module supplies constants describing the native
10integer type.
11
12There are actually two native integer representations: signed and
13unsigned.  Both are handled by this module.
14
15INSTALLATION
16
17	perl Build.PL
18	./Build
19	./Build test
20	./Build install
21
22AUTHOR
23
24Andrew Main (Zefram) <zefram@fysh.org>
25
26COPYRIGHT
27
28Copyright (C) 2007, 2010, 2015, 2017
29Andrew Main (Zefram) <zefram@fysh.org>
30
31LICENSE
32
33This module is free software; you can redistribute it and/or modify it
34under the same terms as Perl itself.
35