summaryrefslogtreecommitdiff
path: root/time/p5-Time-modules
AgeCommit message (Collapse)AuthorFilesLines
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-1/+2
2011-06-19Update p5-Time-modules to 2011.0517.obache2-7/+6
(contains fixes for PR#43823). 2011.0517: Bugfix from Sophie Hamilton: call tzset() when changing timezones. Bugfix: bail out of tests cleanly when tzset doesn't work. 2011.0505: Bugfix: make sure $ampm is defined so no undefined string warnings are issued. Honor the GMT flag when parsing time specs. Patch from kris at shannon.id.au. Bugfix: RT#31477 noon & midnight would match in the middle of strings. Added %v conversion for Time::CTime Added tests to disprove invalid bug reports.
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-06-09p5-Time and p5-Time-modules are the same package - keep p5-Time-module asabs1-3/+4
thats (minus the p5-) is the official name on CPAN http://cpansearch.perl.org/src/MUIR/Time-modules-2006.0814/META.yml
2009-01-19Set USE_LANGUAGES= # emptyabs1-2/+2
2009-01-19Added time/p5-Time-modules version 2006.0814abs3-0/+35
This package contains the following perl5 modules: Time::CTime.pm ctime, strftime, and asctime Time::JulianDay.pm Julian Day conversions Time::ParseDate.pm Reverses strftime and also understands relative times Time::Timezone.pm Time::DaysInMonth.pm