r75951 - in /branches/upstream/libdate-ical-perl/current: Changes MANIFEST META.yml Makefile.PL README lib/Date/ICal.pm lib/Date/ICal/Duration.pm t/00load.t

mxey-guest at users.alioth.debian.org mxey-guest at users.alioth.debian.org
Sat Jun 18 12:31:28 UTC 2011


Author: mxey-guest
Date: Sat Jun 18 12:31:19 2011
New Revision: 75951

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75951
Log:
[svn-upgrade] new version libdate-ical-perl (2.649)

Added:
    branches/upstream/libdate-ical-perl/current/META.yml
Modified:
    branches/upstream/libdate-ical-perl/current/Changes
    branches/upstream/libdate-ical-perl/current/MANIFEST
    branches/upstream/libdate-ical-perl/current/Makefile.PL
    branches/upstream/libdate-ical-perl/current/README
    branches/upstream/libdate-ical-perl/current/lib/Date/ICal.pm
    branches/upstream/libdate-ical-perl/current/lib/Date/ICal/Duration.pm
    branches/upstream/libdate-ical-perl/current/t/00load.t

Modified: branches/upstream/libdate-ical-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdate-ical-perl/current/Changes?rev=75951&op=diff
==============================================================================
--- branches/upstream/libdate-ical-perl/current/Changes (original)
+++ branches/upstream/libdate-ical-perl/current/Changes Sat Jun 18 12:31:19 2011
@@ -1,3 +1,16 @@
+2011-05-10
+
+    * Applies patch from Mark Alway for situation where min, hour, and
+    sec are all '00'. However, a reminder that you should be using the
+    DateTime modules instead.
+
+2009-08-19 09:23  rbowen
+
+    * No functional changes in this revision, just a move to svn and a
+    cleanup of the documentation, removing references to long-defunct
+    URLs, and adding references to the datetime.perl.org project, where
+    you really should be looking for all of your Perl datetime needs.
+
 2003-01-18 15:11  rbowen
 
 	* MANIFEST (1.10): Added license to manifest

Modified: branches/upstream/libdate-ical-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdate-ical-perl/current/MANIFEST?rev=75951&op=diff
==============================================================================
--- branches/upstream/libdate-ical-perl/current/MANIFEST (original)
+++ branches/upstream/libdate-ical-perl/current/MANIFEST Sat Jun 18 12:31:19 2011
@@ -20,3 +20,4 @@
 t/09greg.t
 t/10subtract.t
 t/11duration.t
+META.yml                                 Module meta-data (added by MakeMaker)

Added: branches/upstream/libdate-ical-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdate-ical-perl/current/META.yml?rev=75951&op=file
==============================================================================
--- branches/upstream/libdate-ical-perl/current/META.yml (added)
+++ branches/upstream/libdate-ical-perl/current/META.yml Sat Jun 18 12:31:19 2011
@@ -1,0 +1,26 @@
+--- #YAML:1.0
+name:               Date-ICal
+version:            2.649
+abstract:           ~
+author:  []
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    Date::Leapyear:  1.03
+    Storable:        0
+    Test::Harness:   2.25
+    Test::More:      0.45
+    Time::HiRes:     0
+    Time::Local:     0
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.56
+meta-spec:
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: branches/upstream/libdate-ical-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdate-ical-perl/current/Makefile.PL?rev=75951&op=diff
==============================================================================
--- branches/upstream/libdate-ical-perl/current/Makefile.PL (original)
+++ branches/upstream/libdate-ical-perl/current/Makefile.PL Sat Jun 18 12:31:19 2011
@@ -1,13 +1,13 @@
 use ExtUtils::MakeMaker;
 
 print qq~
-Please note that the API for Date::ICal is still possibly in flux, and
-you should expect it to change without much warning. If you are actively
-using this module in important work, you need to subscribe to the
-development mailing list and keep track of what changes. See
-http://www.reefknot.org/ for relevant information.
+Please note that this module is long-since abandoned. While I do accept
+patches, and occasionally apply them, for the most part it is
+recommended that you move off of this module and use the various modules
+developed by the datetime project. You can find out more about the
+datetime project at http://datetime.perl.org/
 
-The Reefknot Team
+Rich Bowen - RBOW at CPAN.ORG
 ~;
 
 WriteMakefile(

Modified: branches/upstream/libdate-ical-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdate-ical-perl/current/README?rev=75951&op=diff
==============================================================================
--- branches/upstream/libdate-ical-perl/current/README (original)
+++ branches/upstream/libdate-ical-perl/current/README Sat Jun 18 12:31:19 2011
@@ -2,7 +2,7 @@
     Date::ICal - Perl extension for ICalendar date objects.
 
 VERSION
-    $Revision: 1.69 $
+    $Rev: 368 $
 
 SYNOPSIS
         use Date::ICal;
@@ -34,10 +34,8 @@
     class for other date/calendar modules that know about ICal time format
     also.
 
-    See http://dates.rcbowen.com/unified.txt for details
-
 AUTHOR
-    Rich Bowen, and the Reefknot team (www.reefknot)
+    Rich Bowen
 
     Last touched by $Author: rbowen $
 
@@ -378,9 +376,7 @@
 SEE ALSO
     datetime at perl.org mailing list
 
-    http://reefknot.org/
-
-    http://dates.rcbowen.com/
+    http://datetime.perl.org/
 
     Time::Local
 
@@ -391,7 +387,7 @@
     Date::ICal::Duration - durations in iCalendar format, for math purposes.
 
 VERSION
-    $Revision: 1.61 $
+    $Revision: 368 $
 
 SYNOPSIS
         use Date::ICal::Duration;
@@ -426,7 +422,7 @@
     math in Date::ICal
 
 AUTHOR
-    Rich Bowen, and the Reefknot team (www.reefknot.org)
+    Rich Bowen, and the Reefknot team.
 
     Last touched by $Author: rbowen $
 

Modified: branches/upstream/libdate-ical-perl/current/lib/Date/ICal.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdate-ical-perl/current/lib/Date/ICal.pm?rev=75951&op=diff
==============================================================================
--- branches/upstream/libdate-ical-perl/current/lib/Date/ICal.pm (original)
+++ branches/upstream/libdate-ical-perl/current/lib/Date/ICal.pm Sat Jun 18 12:31:19 2011
@@ -1,9 +1,9 @@
-# $Id: ICal.pm,v 1.72 2003/01/18 20:09:42 rbowen Exp $
+# $Rev: 649 $
 package Date::ICal;
 use strict;
 
 use vars qw($VERSION $localzone $localoffset @months @leapmonths %add_units);
-$VERSION = (qw'$Revision: 1.72 $')[1];
+$VERSION = '2.'.(qw'$Rev: 649 $')[1];
 use Carp;
 use Time::Local;
 use Date::Leapyear qw();
@@ -24,7 +24,7 @@
 
 =head1 VERSION
 
-$Revision: 1.72 $
+$Revision: 649 $
 
 =head1 SYNOPSIS
 
@@ -57,11 +57,10 @@
 Date::ICal talks the ICal date format, and is intended to be a base class for
 other date/calendar modules that know about ICal time format also.
 
-See http://dates.rcbowen.com/unified.txt for details
-
 =head1 AUTHOR
 
-Rich Bowen, and the Reefknot team (www.reefknot)
+Rich Bowen, and the Reefknot team. Alas, Reefknot is no more. See
+http://datetime.perl.org/ for more modern and accurate modules.
 
 Last touched by $Author: rbowen $
 
@@ -1276,9 +1275,7 @@
 
 datetime at perl.org mailing list
 
-http://reefknot.org/
-
-http://dates.rcbowen.com/
+http://datetime.perl.org/
 
 Time::Local
 

Modified: branches/upstream/libdate-ical-perl/current/lib/Date/ICal/Duration.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdate-ical-perl/current/lib/Date/ICal/Duration.pm?rev=75951&op=diff
==============================================================================
--- branches/upstream/libdate-ical-perl/current/lib/Date/ICal/Duration.pm (original)
+++ branches/upstream/libdate-ical-perl/current/lib/Date/ICal/Duration.pm Sat Jun 18 12:31:19 2011
@@ -1,4 +1,3 @@
-# $Header: /cvsroot/reefknot/Date-ICal/lib/Date/ICal/Duration.pm,v 1.61 2002/02/07 11:33:21 rbowen Exp $
 package Date::ICal::Duration;
 
 use strict;
@@ -53,7 +52,8 @@
 
 =head1 AUTHOR
 
-Rich Bowen, and the Reefknot team (www.reefknot.org)
+Rich Bowen, and the Reefknot team. Alas, Reefknot is no more. See
+http://datetime.perl.org/ for more modern modules.
 
 Last touched by $Author: rbowen $
 

Modified: branches/upstream/libdate-ical-perl/current/t/00load.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdate-ical-perl/current/t/00load.t?rev=75951&op=diff
==============================================================================
--- branches/upstream/libdate-ical-perl/current/t/00load.t (original)
+++ branches/upstream/libdate-ical-perl/current/t/00load.t Sat Jun 18 12:31:19 2011
@@ -1,5 +1,3 @@
-# $Header: /cvsroot/reefknot/Date-ICal/t/00load.t,v 1.2 2001/07/04 03:33:49 rbowen Exp $
-
 use Test::More qw(no_plan);
 
 # Check to see if it loads




More information about the Pkg-perl-cvs-commits mailing list