From 665cca4a68ae817906588fbb5a037c530b9c641e Mon Sep 17 00:00:00 2001 From: garga Date: Mon, 6 Feb 2006 15:52:54 +0000 Subject: A subclass of Date::Range that uses Time::Piece objects, rather than Date::Simple, to manipulate ranges of dates. WWW: http://search.cpan.org/dist/Time-Piece-Range PR: ports/92850 Submitted by: Zach Thompson --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index c132585d9d1b..ef410617b43e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1227,6 +1227,7 @@ SUBDIR += p5-Time-Object SUBDIR += p5-Time-Period SUBDIR += p5-Time-Piece + SUBDIR += p5-Time-Piece-Range SUBDIR += p5-Time-modules SUBDIR += p5-TimeDate SUBDIR += p5-TraceFuncs -- cgit