File: README

package info (click to toggle)
libdata-types-perl 0.08-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 80 kB
  • ctags: 18
  • sloc: perl: 268; makefile: 38
file content (34 lines) | stat: -rw-r--r-- 828 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Data/Types version 0.08
=======================

This module exports a number of functions that are useful for validating and
converting data types. It is intended for use in applications where data types
are more important than they typically are in Perl -- e.g., for database
applications.

INSTALLATION

To install this module, type the following:

   perl Build.PL
   ./Build
   ./Build test
   ./Build install

Or, if you don't have Module::Build installed, type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires no modules or libraries not already included with Perl.

COPYRIGHT AND LICENCE

Copyright (c) 2002-2008, David Wheeler. Some Rights Reserved.

This module is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.