diff options
author | ade <ade@FreeBSD.org> | 2000-09-13 15:56:40 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-09-13 15:56:40 +0000 |
commit | 72d6ff001b6a212aba59f8f075af40aff00bfed2 (patch) | |
tree | fbffac5a874f954053f58df0d8d714c722205753 /devel/Makefile | |
parent | 31af8021cd6f644e39b924793949345e1cdfe678 (diff) | |
download | FreeBSD-ports-72d6ff001b6a212aba59f8f075af40aff00bfed2.zip FreeBSD-ports-72d6ff001b6a212aba59f8f075af40aff00bfed2.tar.gz |
Date::Convert allows you to convert date formats using an OO mechanism
that lets you easily choose any two formats and add in new ones.
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index a1fcabd..972f50c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -191,6 +191,7 @@ SUBDIR += p5-Data-Flow SUBDIR += p5-Data-ShowTable SUBDIR += p5-Date-Calc + SUBDIR += p5-Date-Convert SUBDIR += p5-Date-Manip SUBDIR += p5-Devel-DProf SUBDIR += p5-Devel-Peek |