[Lunar-commits] <moonbase> Date-Manip: Version bump.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Feb 20 16:09:37 CET 2010
commit 57dec434a96c1187cbc19a1c8ef4730c8963507d
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Feb 20 10:09:37 2010 -0500
Date-Manip: Version bump.
---
perl/Date-Manip/BUILD | 6 ++++++
perl/Date-Manip/DEPENDS | 1 +
perl/Date-Manip/DETAILS | 20 ++++++++++++++++++++
3 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/perl/Date-Manip/BUILD b/perl/Date-Manip/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/perl/Date-Manip/BUILD
@@ -0,0 +1,6 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/Date-Manip/DEPENDS b/perl/Date-Manip/DEPENDS
new file mode 100644
index 0000000..1dd0168
--- /dev/null
+++ b/perl/Date-Manip/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl/Date-Manip/DETAILS b/perl/Date-Manip/DETAILS
new file mode 100644
index 0000000..86ddad7
--- /dev/null
+++ b/perl/Date-Manip/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=Date-Manip
+ VERSION=6.07
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/
+ SOURCE_VFY=sha1:6ce6ce669dbf6f0bf95767563a54bd2da5857998
+ WEB_SITE=http://search.cpan.org/~sbeck/Date-Manip-$VERSION/
+ ENTERED=20011108
+ UPDATED=20100220
+ SHORT="a perl module for easily parsing and manipulating dates"
+cat << EOF
+Date::Manip:
+
+A perl 5 module which allows you to easily parse and manipulate dates
+(several different foreign languages are supported and more can be added
+easily, international date formats are also supported). A date
+calculator is also included to tell the time elapsed between two dates,
+or to find a date a certain amount of time from a given date.
+Calculations can also be done using a special business mode where
+weekends and holidays are ignored.
+EOF
More information about the Lunar-commits
mailing list