devel/cppunit misses a destructor declaration for one of its classes.
[pkgsrcv2.git] / devel / p5-Date-Calc / DESCR
1 This is the perl5 Date-Calc distribution. It requires perl version
2 5.000 or later
3
4 This package consists of a C library and a Perl module (which uses
5 the C library, internally) for all kinds of date calculations based
6 on the Gregorian calendar (the one used in all western countries today),
7 thereby complying with all relevant norms and standards: ISO/R 2015-1971,
8 DIN 1355 and, to some extent, ISO 8601 (where applicable).
9
10 The module of course handles year numbers of 2000 and above correctly
11 ("Year 2000" or "Y2K" compliance) -- actually all year numbers from 1
12 to the largest positive integer representable on your system (which
13 is at least 32767) can be dealt with.