1OVERVIEW
2
3The DateTime::Locale modules provide localization data for the
4DateTime.pm class.
5
6INSTALLATION
7
8To install this module type the following in the distribution
9directory:
10
11   perl Build.PL
12   ./Build
13   ./Build test
14   ./Build install
15
16