[Lunar-commits] r18628 - moonbase/trunk/perl/Date-Calc

Dennis Veatch stumbles at lunar-linux.org
Fri Feb 10 03:56:02 UTC 2006


Author: stumbles
Date: 2006-02-10 03:56:00 +0000 (Fri, 10 Feb 2006)
New Revision: 18628

Modified:
   moonbase/trunk/perl/Date-Calc/DETAILS
Log:
Added compiler directives for C++.
Added method "tags()" to "Date::Calendar" and "Date::Calendar::Year".
Fixed the formula for "Labor Day" in the U.S. to "1/Mon/Sep".
Fixed the Polish entries in "Date::Calc".
Added a few commemorative days to the Norwegian calendar profile.

and others



Modified: moonbase/trunk/perl/Date-Calc/DETAILS
===================================================================
--- moonbase/trunk/perl/Date-Calc/DETAILS	2006-02-10 03:44:11 UTC (rev 18627)
+++ moonbase/trunk/perl/Date-Calc/DETAILS	2006-02-10 03:56:00 UTC (rev 18628)
@@ -1,10 +1,11 @@
           MODULE=Date-Calc
-         VERSION=5.0
+         VERSION=5.4
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=http://www.cpan.org/authors/id/STBEY/
+   SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/
+      SOURCE_VFY=sha1:630dfca054aaebd4535e2251c2c5c20d625f3f94
         WEB_SITE=http://www.engelschall.com/~sb/download
          ENTERED=20020727
-         UPDATED=20020727
+         UPDATED=20060209
            SHORT="Data-Calc is a perl module for Gregorian calendar date calculations"
 cat << EOF
 Date::Calc:
@@ -15,5 +16,5 @@
 the larges postive integer representable on your system (which is at least
 32767) can be dealt with.  Note that this package projects the Gregorian
 calendar back until the year 1 A.D. -- even though the Gregorian calendar
-was only adopted in 1582. 
+was only adopted in 1582.
 EOF



More information about the Lunar-commits mailing list