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

..03-May-2022-

bin/H18-May-2005-10723

lib/Date/H18-May-2005-1,063423

t/H18-May-2005-462385

test-data/H03-May-2022-

ChangesH A D18-May-2005454 2014

LICENSEH A D18-May-20056.6 KiB135110

MANIFESTH A D18-May-2005357 2721

META.ymlH A D18-May-2005378 1311

Makefile.PLH A D18-May-20051.3 KiB4640

READMEH A D18-May-20051.1 KiB5536

README

1Date::Roman
2===========
3
4DESCRIPTION
5
6This module defines a class for handling Roman dates as defined by
7Julius Caesar in 45 BC.
8
9The distribution also includes a sample script that will be installed
10as RomanDate
11
12
13INSTALLATION
14
15To install this module type the following:
16
17   perl Makefile.PL
18   make
19   make test
20   make install
21
22DEPENDENCIES
23
24This module requires these other modules and libraries:
25
26  *  Roman
27  *  Getopt::Long
28  *  Test::More (only for the 'test' target)
29
30CHANGES
31
321.05  Sun Apr 21 09:36:08 2002
33	- corrected a bug in the RomanDate,
34		added test for the script,
35		revised CPAN version;
36
371.04  Sun Apr 21 00:10:04 2002
38	- added the RomanDate script;
39
401.03  Sat Apr 20 21:44:07 2002
41	- corrected typos in the pod
42		original CPAN version;
43
441.02  Sat Apr 20 21:42:12 2002
45	- preliminar CPAN version;
46
47
48COPYRIGHT AND LICENCE
49
50This software is Copyright (C) 2002 by Leo Cacciari.  This software is free
51software; you can redistribute it and/or modify it under the terms of
52the Perl Artistic License, either as stated in the enclosed LICENSE
53file or (at your option) as given on the Perl home site:
54http://www.perl.com/language/misc/Artistic.html
55