summaryrefslogtreecommitdiff
path: root/time/p5-DateTime-TimeZone-HPUX/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2011-08-16Drop Module::Build requirements, default dependency is sufficient.obache1-3/+1
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
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!
2010-03-08Importing time/p5-DateTime-TimeZone-HPUX version 1.04. This module issno1-0/+26
required to get time/p5-DateTime-TimeZone working well on HP-UX. This distribution implement detection of the local timezone as defined at the operating system level, either in $ENV{TZ} or in /etc/TIMEZONE. HP-UX has its own system for defining timezones. See tztab(4). This is incompatible with the now common set of timezones known as the Olson DB that is used by DateTime::TimeZone. This module fixes this hole by providing the map between the two systems.