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

..03-May-2022-

lib/Data/H23-Feb-2019-45490

t/H23-Feb-2019-217180

Build.PLH A D03-Dec-2018691 2220

ChangesH A D23-Feb-20193.1 KiB8062

MANIFESTH A D23-Feb-2019274 1110

META.jsonH A D23-Feb-20191.1 KiB5049

META.ymlH A D23-Feb-2019620 2625

Makefile.PLH A D03-Dec-20181,020 3733

README.mdH A D25-May-2018887 3826

README.md

1Data/Types version 0.12
2=======================
3
4This module exports a number of functions that are useful for validating and
5converting data types. It is intended for use in applications where data types
6are more important than they typically are in Perl -- e.g., for database
7applications.
8
9Installation
10------------
11
12To install this module, type the following:
13
14    perl Build.PL
15    ./Build
16    ./Build test
17    ./Build install
18
19Or, if you don't have Module::Build installed, type the following:
20
21    perl Makefile.PL
22    make
23    make test
24    make install
25
26Dependencies
27------------
28
29This module requires no modules or libraries not already included with Perl.
30
31Copyright and Licence
32---------------------
33
34Copyright (c) 2002-2011, David E. Wheeler. Some Rights Reserved.
35
36This module is free software; you can redistribute it and/or modify it under
37the same terms as Perl itself.
38