Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-DateTime-Set - Datetime sets and set math
DateTime::Set is a module for datetime sets. It can be used to handle two
different types of sets. The first is a fixed set of predefined datetime
objects. For example, if we wanted to create a set of datetimes containing
the birthdays of people in our family. The second type of set that it can
handle is one based on the idea of a recurrence, such as "every Wednesday",
or "noon on the 15th day of every month". This type of set can have fixed
starting and ending datetimes, but neither is required. So our "every
Wednesday set" could be "every Wednesday from the beginning of time until
the end of time", or "every Wednesday after 2003-03-05 until the end of
time", or "every Wednesday between 2003-03-05 and 2004-01-07".
Packages
Name |
Version |
Release |
Type |
Size |
Built |
perl-DateTime-Set |
0.25 |
3.fc6 |
src |
42 KiB |
Sun Sep 17 15:10:44 2006 |
Changelog
- * Sat Sep 16 18:00:00 2006 Steven Pritchard <steve{%}kspei{*}com> 0.25-3
- Fix find option order.
- * Fri Jul 7 18:00:00 2006 Steven Pritchard <steve{%}kspei{*}com> 0.25-2
- Drop explicit versioned dependency on Set::Infinite.
- * Wed Jul 5 18:00:00 2006 Steven Pritchard <steve{%}kspei{*}com> 0.25-1
- Specfile autogenerated by cpanspec 1.66.
- Fix License.
- Exclude Set::Infinite auto-requires due to version comparison issue
(0.5502 > 0.59 to rpm).
- Drop explicit DateTime dependency. (rpmbuild figures it out.)
- Add a bit to the description.